Public Member Functions | Public Attributes | List of all members
sick_scan::TestServerThread::ServerColaRequest Class Reference

#include <test_server_thread.h>

Public Member Functions

 ServerColaRequest (const std::vector< uint8_t > &data=std::vector< uint8_t >(), bool ascii=false)
 Constructor. More...
 

Public Attributes

std::vector< uint8_t > telegram_data
 received telegram_data (Cola-Ascii or Cola-Binary) More...
 
bool telegram_is_ascii
 true: received telegram_data is Cola-Ascii encoded, false: received telegram_data is Cola-Binary encoded More...
 

Detailed Description

class ServerColaRequest: utility container for a received telegram (telegram data plus flag for Cola-Ascii or Cola-Binary)

Definition at line 123 of file test_server_thread.h.

Constructor & Destructor Documentation

sick_scan::TestServerThread::ServerColaRequest::ServerColaRequest ( const std::vector< uint8_t > &  data = std::vector<uint8_t>(),
bool  ascii = false 
)
inline

Constructor.

Definition at line 126 of file test_server_thread.h.

Member Data Documentation

std::vector<uint8_t> sick_scan::TestServerThread::ServerColaRequest::telegram_data

received telegram_data (Cola-Ascii or Cola-Binary)

Definition at line 128 of file test_server_thread.h.

bool sick_scan::TestServerThread::ServerColaRequest::telegram_is_ascii

true: received telegram_data is Cola-Ascii encoded, false: received telegram_data is Cola-Binary encoded

Definition at line 127 of file test_server_thread.h.


The documentation for this class was generated from the following file:


sick_scan
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Wed May 5 2021 03:05:49