adapnex::drivers::wago::cc100::DigitalOutputMapping

Synopsis

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

class DigitalOutputMapping
    : public core::OutputValueMapping<bool>

Base Classes

Name Description

core::OutputValueMapping<bool>

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

operator<<

Left shift operators

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