Go to the source code of this file.
|
static uint8_t | calcPayloadChecksum (const std::vector< uint8_t > &payload) |
|
static std::vector< uint8_t > | encodeColaTelegram (const std::string &command, const std::vector< int64_t > ¶meter_value, const std::vector< size_t > ¶meter_size, bool is_binary) |
|
static std::vector< uint8_t > | encodeColaTelegram (const std::string &command, const std::vector< std::string > command_parameter, bool is_binary) |
|
static std::vector< uint8_t > | encodeColaTelegram (const std::vector< uint8_t > &payload, bool is_binary) |
|
static bool | receive (sick_scan_xd::ServerSocket &tcp_client_socket, size_t nr_bytes, bool little_endian, size_t &value, bool read_blocking=true) |
|
static bool | receive (sick_scan_xd::ServerSocket &tcp_client_socket, size_t nr_bytes, bool little_endian, std::vector< uint8_t > &value, bool read_blocking=true) |
|
◆ calcPayloadChecksum()
static uint8_t calcPayloadChecksum |
( |
const std::vector< uint8_t > & |
payload | ) |
|
|
static |
◆ encodeColaTelegram() [1/3]
static std::vector<uint8_t> encodeColaTelegram |
( |
const std::string & |
command, |
|
|
const std::vector< int64_t > & |
parameter_value, |
|
|
const std::vector< size_t > & |
parameter_size, |
|
|
bool |
is_binary |
|
) |
| |
|
static |
◆ encodeColaTelegram() [2/3]
static std::vector<uint8_t> encodeColaTelegram |
( |
const std::string & |
command, |
|
|
const std::vector< std::string > |
command_parameter, |
|
|
bool |
is_binary |
|
) |
| |
|
static |
◆ encodeColaTelegram() [3/3]
static std::vector<uint8_t> encodeColaTelegram |
( |
const std::vector< uint8_t > & |
payload, |
|
|
bool |
is_binary |
|
) |
| |
|
static |
◆ receive() [1/2]
static bool receive |
( |
sick_scan_xd::ServerSocket & |
tcp_client_socket, |
|
|
size_t |
nr_bytes, |
|
|
bool |
little_endian, |
|
|
size_t & |
value, |
|
|
bool |
read_blocking = true |
|
) |
| |
|
static |
◆ receive() [2/2]
static bool receive |
( |
sick_scan_xd::ServerSocket & |
tcp_client_socket, |
|
|
size_t |
nr_bytes, |
|
|
bool |
little_endian, |
|
|
std::vector< uint8_t > & |
value, |
|
|
bool |
read_blocking = true |
|
) |
| |
|
static |