1 #ifndef AUBO_SCOPE_PROFINET_H 2 #define AUBO_SCOPE_PROFINET_H 50 bool setValue(
int value);
61 friend class DataSwitch;
69 : type_(type), is_input_(is_input)
74 return std::dynamic_pointer_cast<
Profinet>(io) !=
nullptr &&
75 io->
getType() == type_ && io->isInput() == is_input_;
86 #endif // PROFINETIO_H
ARCS_CLASS_FORWARD(GripForceCapability)
This is the base interface representing all types of I/Os available in AuboScope. ...
bool operator()(IoPtr io)
ProfinetFilter(Io::IoType type, bool is_input)
This interface provides support for PROFINET I/Os.