adapnex::drivers::wago::cc100::DigitalInputMapping

Synopsis

Declared in <adapnex/drivers/wago_cc100/io_driver.h>

class DigitalInputMapping
    : public core::InputValueMapping<bool>

Base Classes

Name Description

core::InputValueMapping<bool>

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

Protected Member Functions

Name

Update

Protected Data Members

Name

target

val

Friends

Name Description

adapnex::drivers::wago::cc100::CC100IODriver

Driver for all built‐in digital and analog I/O ports on the WAGO CC100.

Created with MrDocs