#include <ArSickPacketReceiver.h>
Public Methods | |
ArSickPacketReceiver (unsigned char receivingAddress=0, bool allocatePackets=false, bool useBase0Address=false) | |
Constructor without an already assigned device connection. More... | |
ArSickPacketReceiver (ArDeviceConnection *deviceConnection, unsigned char receivingAddress=0, bool allocatePackets=false, bool useBase0Address=false) | |
Constructor with assignment of a device connection. More... | |
virtual | ~ArSickPacketReceiver (void) |
Destructor. | |
ArSickPacket * | receivePacket (unsigned int msWait=0) |
Receives a packet from the robot if there is one available. More... | |
void | setDeviceConnection (ArDeviceConnection *deviceConnection) |
Sets the device this instance receives packets from. | |
ArDeviceConnection * | getDeviceConnection (void) |
Gets the device this instance receives packets from. | |
bool | isAllocatingPackets (void) |
Gets whether or not the receiver is allocating packets. |
|
Constructor without an already assigned device connection.
|
|
Constructor with assignment of a device connection.
|
|
Receives a packet from the robot if there is one available.
|