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

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

Protected Member Functions

Name

Update

Protected Data Members

Name

target

val

Friends

Derived Classes

Name Description

OutputMapping

OutputMapping

OutputMapping

Created with MrDocs