Pure virtual Velodyne input base class. More...
#include <input.h>
Public Member Functions | |
virtual int | getPacket (velodyne_msgs::VelodynePacket *pkt)=0 |
Read one Velodyne packet. | |
Input () |
velodyne_driver::Input::Input | ( | ) | [inline] |
virtual int velodyne_driver::Input::getPacket | ( | velodyne_msgs::VelodynePacket * | pkt | ) | [pure virtual] |
Read one Velodyne packet.
pkt | points to VelodynePacket message |
Implemented in velodyne_driver::InputPCAP, and velodyne_driver::InputSocket.