#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... | |
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.
|
inline |
Constructor.
Definition at line 126 of file test_server_thread.h.
| 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.