#include <memory>
#include <string>
#include "BinaryLogger.h"
#include "Types.h"
Go to the source code of this file.
◆ hi
Value:(
unsigned char)(((
x) >> 8) & 0xff)
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition at line 46 of file AbstractInterface.h.
◆ lo
◆ make_float
| #define make_float |
( |
| result, |
|
|
| byteptr ) |
◆ make_int
| #define make_int |
( |
| lowbyte, |
|
|
| mid1, |
|
|
| mid2, |
|
|
| highbyte ) |
Value: ((unsigned int)lowbyte | ((unsigned int)mid1 << 8) | ((unsigned int)mid2 << 16) | \
((unsigned int)highbyte << 24))
Definition at line 40 of file AbstractInterface.h.
◆ make_short
| #define make_short |
( |
| lowbyte, |
|
|
| highbyte ) |
Value:((unsigned short)lowbyte | ((unsigned short)highbyte << 8))
Definition at line 37 of file AbstractInterface.h.
◆ make_signed_short
| #define make_signed_short |
( |
| lowbyte, |
|
|
| highbyte ) |
Value: ((signed short)((unsigned short)lowbyte | ((unsigned short)highbyte << 8)))
Definition at line 38 of file AbstractInterface.h.
◆ MSG_PREAMBLE_BYTE
| #define MSG_PREAMBLE_BYTE 0xaa |
◆ MSG_PREAMBLE_LEN
| #define MSG_PREAMBLE_LEN 3 |
◆ operator<<()