#include <test_server_cola_msg.h>
class TestServerColaMsg implements interface TestServerLidarMsg for Cola message.
Definition at line 75 of file test_server_cola_msg.h.
◆ TestServerColaMsg()
sick_scan_xd::test::TestServerColaMsg::TestServerColaMsg |
( |
rosNodePtr |
nh, |
|
|
double |
send_scan_data_rate = 20.0 , |
|
|
const std::vector< uint8_t > & |
scan_data_payload = std::vector<uint8_t>() |
|
) |
| |
◆ createResponse()
bool sick_scan_xd::test::TestServerColaMsg::createResponse |
( |
const std::vector< uint8_t > & |
message_received, |
|
|
bool |
is_binary, |
|
|
std::vector< uint8_t > & |
response |
|
) |
| |
|
virtual |
◆ createScandata()
bool sick_scan_xd::test::TestServerColaMsg::createScandata |
( |
std::vector< uint8_t > & |
scandata | ) |
|
|
virtual |
◆ receiveMessage()
bool sick_scan_xd::test::TestServerColaMsg::receiveMessage |
( |
sick_scan_xd::ServerSocket & |
tcp_client_socket, |
|
|
std::vector< uint8_t > & |
message, |
|
|
bool & |
is_binary |
|
) |
| |
|
virtual |
◆ m_colaRequestResponseMap
std::map<std::string, std::vector<uint8_t> > sick_scan_xd::test::TestServerColaMsg::m_colaRequestResponseMap[2] |
|
protected |
◆ m_last_scan_data
std::chrono::system_clock::time_point sick_scan_xd::test::TestServerColaMsg::m_last_scan_data |
|
protected |
◆ m_nh
rosNodePtr sick_scan_xd::test::TestServerColaMsg::m_nh |
|
protected |
◆ m_scan_data_payload
std::vector<uint8_t> sick_scan_xd::test::TestServerColaMsg::m_scan_data_payload |
|
protected |
◆ m_send_scan_data
bool sick_scan_xd::test::TestServerColaMsg::m_send_scan_data |
|
protected |
◆ m_send_scan_data_cnt
size_t sick_scan_xd::test::TestServerColaMsg::m_send_scan_data_cnt |
|
protected |
◆ m_send_scan_data_rate
double sick_scan_xd::test::TestServerColaMsg::m_send_scan_data_rate |
|
protected |
The documentation for this class was generated from the following files: