#include "sick_scan/tcp/BasicDatatypes.hpp"
#include "sick_scan/tcp/tcp.hpp"
#include <map>
#include "sick_scan/tcp/errorhandler.hpp"
#include "sick_scan/tcp/toolbox.hpp"
#include "sick_scan/tcp/Mutex.hpp"
#include <string>
Go to the source code of this file.
Classes | |
class | SickScanCommonNw |
Interface for TCP/IP. More... | |
class | SopasAnswer |
Class that encapsulates a buffer that was sent as return to a sync call. (variable / method) More... | |
class | SopasEventMessage |
Class that represents a message that was sent by a sensor. (Event message) More... | |
Enumerations | |
enum | SopasProtocol { CoLa_A, CoLa_B, CoLa_Unknown } |
enum SopasProtocol |
Enumerator | |
---|---|
CoLa_A | Command Language ASCI. |
CoLa_B | Command Language binary. |
CoLa_Unknown | Unknown Command Language. |
Definition at line 30 of file sick_scan_common_nw.h.