MeasurementPersistentConfigVariableCommand.h
Go to the documentation of this file.
1 // this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
2 
3 // -- BEGIN LICENSE BLOCK ----------------------------------------------
4 
24 // -- END LICENSE BLOCK ------------------------------------------------
25 
26 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
34 
35 #ifndef SICK_SAFETYSCANNERS_COLA2_MEASUREMENTPERSISTENTCONFIGVARIABLECOMMAND_H
36 #define SICK_SAFETYSCANNERS_COLA2_MEASUREMENTPERSISTENTCONFIGVARIABLECOMMAND_H
37 
38 
42 
43 namespace sick {
44 namespace cola2 {
45 
50 {
51 public:
56 
68  datastructure::ConfigData& config_data);
69 
76  bool canBeExecutedWithoutSessionID() const;
77 
83  bool processReply();
84 
85 
86 private:
87  std::shared_ptr<sick::data_processing::ParseMeasurementPersistentConfigData>
89 
91 };
92 
93 } // namespace cola2
94 } // namespace sick
95 
96 #endif // SICK_SAFETYSCANNERS_COLA2_MEASUREMENTPERSISTENTCONFIGVARIABLECOMMAND_H
sick
Definition: ApplicationNameVariableCommand.h:43
sick::cola2::MeasurementPersistentConfigVariableCommand::canBeExecutedWithoutSessionID
bool canBeExecutedWithoutSessionID() const
Returns if the command can be executed without a session ID. Will return false for most commands exce...
Definition: MeasurementPersistentConfigVariableCommand.cpp:52
sick::cola2::MeasurementPersistentConfigVariableCommand::m_measurement_persistent_config_parser_ptr
std::shared_ptr< sick::data_processing::ParseMeasurementPersistentConfigData > m_measurement_persistent_config_parser_ptr
Definition: MeasurementPersistentConfigVariableCommand.h:88
VariableCommand.h
sick::cola2::Cola2Session
Establishes a cola2 session with a sensor and enables execution of commands in this session.
Definition: Cola2Session.h:72
CommSettings.h
sick::cola2::MeasurementPersistentConfigVariableCommand::m_config_data
sick::datastructure::ConfigData & m_config_data
Definition: MeasurementPersistentConfigVariableCommand.h:90
sick::cola2::MeasurementPersistentConfigVariableCommand::base_class
sick::cola2::VariableCommand base_class
Typedef to reference the base class.
Definition: MeasurementPersistentConfigVariableCommand.h:55
sick::cola2::MeasurementPersistentConfigVariableCommand::MeasurementPersistentConfigVariableCommand
MeasurementPersistentConfigVariableCommand(Cola2Session &session, datastructure::ConfigData &config_data)
Constructor of the command.
Definition: MeasurementPersistentConfigVariableCommand.cpp:43
sick::cola2::MeasurementPersistentConfigVariableCommand
Command to read the persistent configuration from the sensor.
Definition: MeasurementPersistentConfigVariableCommand.h:49
sick::cola2::MeasurementPersistentConfigVariableCommand::processReply
bool processReply()
Processes the return from the sensor.
Definition: MeasurementPersistentConfigVariableCommand.cpp:57
sick::datastructure::ConfigData
Config data for current and persistent sensor config.
Definition: ConfigData.h:50
ParseMeasurementPersistentConfigData.h
sick::cola2::VariableCommand
Command to read a variable from the sensor.
Definition: VariableCommand.h:46


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Fri Jun 21 2024 02:40:51