|
|
| HardwareComponent (std::string_view name) |
| |
|
| HardwareComponent (const HardwareComponent &)=delete |
| |
|
HardwareComponent & | operator= (const HardwareComponent &)=delete |
| |
|
HwReturn | configure () |
| |
|
HwReturn | activate () |
| |
|
HwReturn | deactivate () |
| |
|
HwReturn | cleanup () |
| |
|
HwReturn | read () |
| |
|
HwReturn | write () |
| |
|
HwState | state () const |
| |
|
std::string_view | name () const |
| |
|
|
virtual HwReturn | on_configure () |
| |
|
virtual HwReturn | on_activate () |
| |
|
virtual HwReturn | on_deactivate () |
| |
|
virtual HwReturn | on_cleanup () |
| |
|
virtual HwReturn | on_read ()=0 |
| |
|
virtual HwReturn | on_write ()=0 |
| |
The documentation for this class was generated from the following file: