Public Member Functions
velodyne_driver::Input Class Reference

Pure virtual Velodyne input base class. More...

#include <input.h>

Inheritance diagram for velodyne_driver::Input:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int getPacket (velodyne_msgs::VelodynePacket *pkt)=0
 Read one Velodyne packet.
 Input ()

Detailed Description

Pure virtual Velodyne input base class.

Definition at line 46 of file input.h.


Constructor & Destructor Documentation

Definition at line 49 of file input.h.


Member Function Documentation

virtual int velodyne_driver::Input::getPacket ( velodyne_msgs::VelodynePacket *  pkt) [pure virtual]

Read one Velodyne packet.

Parameters:
pktpoints to VelodynePacket message
Returns:
0 if successful, -1 if end of file > 0 if incomplete packet (is this possible?)

Implemented in velodyne_driver::InputPCAP, and velodyne_driver::InputSocket.


The documentation for this class was generated from the following file:


velodyne_driver
Author(s): Jack O'Quin, Patrick Beeson, Michael Quinlan, Yaxin Liu
autogenerated on Thu Aug 27 2015 15:37:02