35 #ifndef vpLaserScanner_h
36 #define vpLaserScanner_h
38 #include "visp3/core/vpConfig.h"
66 void setIpAddress(std::string ip_address) { this->ip = ip_address; };
69 void setPort(
int com_port) { this->port = com_port; };
Class that defines a generic laser scanner.
virtual ~vpLaserScanner()
void setPort(int com_port)
vpLaserScanner(const vpLaserScanner &scanner)
void setIpAddress(std::string ip_address)