29 #ifndef FSROBO_R_DRIVER_IO_CONTROL_H 30 #define FSROBO_R_DRIVER_IO_CONTROL_H 68 std::vector<industrial::shared_types::shared_int> &
data);
75 std::vector<industrial::shared_types::shared_int> &data,
82 #endif // FSROBO_R_DRIVER_IO_CONTROL_H
bool setIO(industrial::shared_types::shared_int fun, industrial::shared_types::shared_int, std::vector< industrial::shared_types::shared_int > &data)
Writes to a single IO point on the controller.
Wrapper class around FSRobo-R-specific io control commands.
Class encapsulated set io reply data. These messages are sent by the FSRobo-R controller in response ...
IOControl()
Default constructor.
SmplMsgConnection * connection_
bool sendAndReceive(industrial::shared_types::shared_int address, industrial::shared_types::shared_int value, std::vector< industrial::shared_types::shared_int > &data, SetIOReply &reply)
bool init(SmplMsgConnection *connection)