A class for monitoring the receive buffer when interfacing with a Sick PLS LIDAR. More...
#include <SickPLSBufferMonitor.hh>
Public Member Functions | |
void | GetNextMessageFromDataStream (SickPLSMessage &sick_message) throw ( SickIOException ) |
Acquires the next message from the SickPLS byte stream. | |
SickPLSBufferMonitor () | |
A standard constructor. | |
~SickPLSBufferMonitor () | |
A standard destructor. |
A class for monitoring the receive buffer when interfacing with a Sick PLS LIDAR.
Definition at line 35 of file SickPLSBufferMonitor.hh.
A standard constructor.
A standard constructor
Definition at line 37 of file SickPLSBufferMonitor.cc.
A standard destructor.
A standard destructor
Definition at line 155 of file SickPLSBufferMonitor.cc.
void SickToolbox::SickPLSBufferMonitor::GetNextMessageFromDataStream | ( | SickPLSMessage & | sick_message | ) | throw ( SickIOException ) |
Acquires the next message from the SickPLS byte stream.
A method for extracting a single message from the stream
&sick_message | The returned message object |
Reimplemented from SickToolbox::SickBufferMonitor< SickPLSBufferMonitor, SickPLSMessage >.
Definition at line 43 of file SickPLSBufferMonitor.cc.