|
Apollo 11.0
自动驾驶开放平台
|
#include <input.h>
Public 成员函数 | |
| Input (uint16_t portport=MSOP_DATA_PORT_NUMBER, std::string lidar_ip="192.168.1.200", int packet_size=1212) | |
| virtual | ~Input () |
| virtual int | GetPacket (LslidarPacket *pkt) |
Protected 属性 | |
| int | port_ |
| int | sockfd_ |
| uint64_t | pointcloudTimeStamp |
| in_addr | devip_ |
| int | packet_size_ |
| apollo::drivers::lslidar::driver::Input::Input | ( | uint16_t | portport = MSOP_DATA_PORT_NUMBER, |
| std::string | lidar_ip = "192.168.1.200", |
||
| int | packet_size = 1212 |
||
| ) |
|
virtual |
|
virtual |
被 apollo::drivers::lslidar::driver::InputSocket , 以及 apollo::drivers::lslidar::driver::InputPCAP 重载.
|
protected |