Aria
2.8.0
|
Given a device connection it receives packets from the sick through it. More...
#include <ArLMS1XX.h>
Public Member Functions | |
ArLMS1XXPacketReceiver () | |
Constructor with assignment of a device connection. | |
ArDeviceConnection * | getDeviceConnection (void) |
Gets the device this instance receives packets from. | |
ArLMS1XXPacket * | receivePacket (unsigned int msWait=0, bool shortcut=false, bool ignoreRemainders=false) |
Receives a packet from the robot if there is one available. | |
ArLMS1XXPacket * | receiveTiMPacket (unsigned int msWait=0, bool shortcut=false, bool ignoreRemainders=false) |
void | setDeviceConnection (ArDeviceConnection *conn) |
Sets the device this instance receives packets from. | |
void | setLaserModel (int laserModel) |
void | setmyInfoLogLevel (ArLog::LogLevel infoLogLevel) |
void | setmyName (const char *name) |
void | setReadTimeout (int timeout) |
virtual | ~ArLMS1XXPacketReceiver () |
Destructor. | |
Protected Types | |
enum | State { STARTING, DATA, REMAINDER } |
Protected Attributes | |
ArDeviceConnection * | myConn |
ArLog::LogLevel | myInfoLogLevel |
int | myLaserModel |
char | myName [1024] |
unsigned int | myNameLength |
ArLMS1XXPacket | myPacket |
char | myReadBuf [100000] |
int | myReadCount |
int | myReadTimeout |
State | myState |
Given a device connection it receives packets from the sick through it.
|
protected |