00001 #ifndef SICK_GENERIC_LASER_H 00002 #define SICK_GENERIC_LASER_H 00003 /* 00004 * 00005 */ 00006 #ifndef _MSC_VER 00007 #endif 00008 #include <sick_scan/sick_scan_common_tcp.h> 00009 00010 00011 int mainGenericLaser(int argc, char **argv, std::string scannerName); 00012 void setVersionInfo(std::string _versionInfo); 00013 std::string getVersionInfo(); 00014 #endif 00015