35 #ifndef SICK_SAFETYSCANNERS_COLA2_DEVICESTATUSVARIABLECOMMAND_H 36 #define SICK_SAFETYSCANNERS_COLA2_DEVICESTATUSVARIABLECOMMAND_H 91 #endif // SICK_SAFETYSCANNERS_COLA2_DEVICESTATUSVARIABLECOMMAND_H bool processReply()
Processes the return from the sensor.
DeviceStatusVariableCommand(Cola2Session &session, datastructure::DeviceStatus &device_status)
Constructor of the Command.
Command to read the type code of the sensor.
sick::cola2::VariableCommand base_class
Typedef to reference the base class.
Command to read a variable from the sensor.
Class containing the device status of a laser scanner.
std::shared_ptr< sick::data_processing::ParseDeviceStatusData > m_device_status_parser_ptr
sick::datastructure::DeviceStatus & m_device_status
bool canBeExecutedWithoutSessionID() const
Returns if the command can be executed without a session ID. Will return false for most commands exce...
Establishes a cola2 session with a sensor and enables execution of commands in this session...