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