#include "sick_scan/sick_scan_base.h"#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... | |
Macros | |
| #define | SICK_SCAN_SICK_SCAN_COMMON_NW_H |
Enumerations | |
| enum | SopasProtocol { CoLa_A, CoLa_B, CoLa_Unknown } |
| #define SICK_SCAN_SICK_SCAN_COMMON_NW_H |
Definition at line 7 of file sick_scan_common_nw.h.
| enum SopasProtocol |
| Enumerator | |
|---|---|
| CoLa_A | Command Language ASCI. |
| CoLa_B | Command Language binary. |
| CoLa_Unknown | Unknown Command Language. |
Definition at line 31 of file sick_scan_common_nw.h.