adapnex::drivers::bnr_x2x::X2XModule::OutputMapping
Synopsis
Declared in <adapnex/drivers/bnr_x2x/x2x_module.h>
template<typename T>
class OutputMapping
: public core::OutputValueMapping<T>
Base Classes
| Name | Description |
|---|---|
OutputValueMapping provides an interface for output drivers to receive values from an application. The value can be accessed via the value() method or by mapping a variable that holds the value. |
Member Functions
Name |
Description |
Returns a reference to the value consumed by the output driver. The reference can be used to assign a value. |
|
Left shift operators |
Derived Classes
| Name | Description |
|---|---|
Created with MrDocs