Controller common interface.
More...
#include <controller.hpp>
Controller common interface.
◆ get_property()
virtual std::string hwc::Controller::get_property |
( |
const std::string & |
key | ) |
|
|
pure virtual |
Get controller property.
- Parameters
-
- Returns
- - controller property as string
◆ get_rxcore()
virtual RxCore* hwc::Controller::get_rxcore |
( |
| ) |
|
|
pure virtual |
Properties.
Receiver controller.
- Returns
- - RxCore instance
◆ get_txcore()
virtual TxCore* hwc::Controller::get_txcore |
( |
| ) |
|
|
pure virtual |
Transmitter controller.
- Returns
- - TxCore instance
◆ set_property()
virtual void hwc::Controller::set_property |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
pure virtual |
Set controller property.
- Parameters
-
key | - property name |
value | - property value as string |
The documentation for this class was generated from the following file: