35 #ifndef SICK_SAFETYSCANNERS_COLA2_METHODCOMMAND_H 36 #define SICK_SAFETYSCANNERS_COLA2_METHODCOMMAND_H 84 std::shared_ptr<sick::data_processing::ReadWriteHelper>
m_writer_ptr;
90 #endif // SICK_SAFETYSCANNERS_COLA2_METHODCOMMAND_H Command for method calls to the sensor.
void addTelegramData(sick::datastructure::PacketBuffer::VectorBuffer &telegram) const
Adds the data to the telegram.
Base class for commands. Defines the base interface and does the common tasks.
uint16_t getMethodIndex() const
void setMethodIndex(const uint16_t &method_index)
MethodCommand(Cola2Session &session, const uint16_t &method_index)
Constructor of the method command.
bool processReply()
Processes the return from the sensor.
std::vector< uint8_t > VectorBuffer
Typedef for a vector buffer, to sort the incoming packets.
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...
std::shared_ptr< sick::data_processing::ReadWriteHelper > m_writer_ptr