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

core::OutputValueMapping<T>

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

value

Returns a reference to the value consumed by the output driver. The reference can be used to assign a value.

operator<<

Left shift operators

Data Members

Name

Description

Error

Indicates whether an error condition is currently detected on the output.

Protected Member Functions

Name

Update

Protected Data Members

Name

target

val

Friends

Name

Description

adapnex::drivers::bnr_x2x::X2XModule

Created with MrDocs