#include <sick_scan/sick_scan_common_tcp.h>
Go to the source code of this file.
Functions | |
std::string | getVersionInfo () |
int | mainGenericLaser (int argc, char **argv, std::string scannerName) |
Internal Startup routine. | |
void | setVersionInfo (std::string _versionInfo) |
std::string getVersionInfo | ( | ) |
Definition at line 97 of file sick_generic_laser.cpp.
int mainGenericLaser | ( | int | argc, |
char ** | argv, | ||
std::string | nodeName | ||
) |
Internal Startup routine.
argc,: | Number of Arguments |
argv,: | Argument variable |
nodeName | name of the ROS-node |
Definition at line 163 of file sick_generic_laser.cpp.
void setVersionInfo | ( | std::string | _versionInfo | ) |
Definition at line 92 of file sick_generic_laser.cpp.