1#ifndef AUBO_SCOPE_PROFINET_H
2#define AUBO_SCOPE_PROFINET_H
122 return std::dynamic_pointer_cast<Profinet>(io) !=
nullptr &&
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
Profinet This interface provides support for PROFINET I/Os.
int getValue()
Returns the integer value of the PROFINET signal.
bool setValue(int value)
Set PROFINET signal to an integer value.
int getBitOffset()
Returns the bit offset for this Profinet I/O.
bool isSlave()
Returns whether this Profinet I/O is a slave.
int getByteOffset()
Returns the byte offset for this Profinet I/O.
bool operator()(IoPtr io)
ProfinetFilter(Io::IoType type, bool is_input)