adapnex::drivers::bnr_x2x::X2XModule::OutputMappingWithError
Synopsis
Declared in <adapnex/drivers/bnr_x2x/x2x_module.h>
template<
typename T,
typename E>
class OutputMappingWithError
: 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 |
Data Members
Name |
Description |
Indicates whether an error condition is currently detected on the output. |
Friends
Name |
Description |
Created with MrDocs