Visual Servoing Platform
version 3.0.1
|
#include <visp3/sensor/vpLaserScanner.h>
Public Member Functions | |
vpLaserScanner () | |
vpLaserScanner (const vpLaserScanner &scanner) | |
virtual | ~vpLaserScanner () |
void | setIpAddress (std::string ip_address) |
void | setPort (int com_port) |
Protected Attributes | |
std::string | ip |
int | port |
Class that defines a generic laser scanner.
Definition at line 57 of file vpLaserScanner.h.
|
inline |
Default constructor that initialize all the internal variable to zero.
Definition at line 61 of file vpLaserScanner.h.
|
inline |
|
inlinevirtual |
Default destructor that does nothing.
Definition at line 70 of file vpLaserScanner.h.
|
inline |
Set the Ethernet address of the laser.
Definition at line 73 of file vpLaserScanner.h.
Referenced by vpSickLDMRS::setup().
|
inline |
Set the communication port.
Definition at line 78 of file vpLaserScanner.h.
Referenced by vpSickLDMRS::setup().
|
protected |
Definition at line 80 of file vpLaserScanner.h.
Referenced by vpSickLDMRS::setup(), vpLaserScanner(), and vpSickLDMRS::vpSickLDMRS().
|
protected |
Definition at line 84 of file vpLaserScanner.h.
Referenced by vpSickLDMRS::setup(), vpLaserScanner(), and vpSickLDMRS::vpSickLDMRS().