adapnex::drivers::bnr_x2x::X2XModule::InputMappingWithError

Synopsis

Declared in <adapnex/drivers/bnr_x2x/x2x_module.h>

template<
    typename T,
    typename E>
class InputMappingWithError
    : public core::InputValueMapping<T>

Base Classes

Name

Description

core::InputValueMapping<T>

InputValueMapping provides an interface for input drivers to pass values to an application. The value can be accessed via the value() method or by mapping a variable that will hold the value.

Member Functions

Name

Description

operator>>

Right shift operators

value

Returns a reference to the value produced by the input driver.

Data Members

Name

Description

Error

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

Protected Member Functions

Name

Update

Protected Data Members

Name

target

val

Friends

Derived Classes

Name

Description

InputMappingWithError

Created with MrDocs