#include <string>#include <vector>#include <cstdint>#include <bitset>#include <iostream>#include <boost/integer/integer_mask.hpp>#include <boost/preprocessor/tuple/rem.hpp>#include <cassert>#include <labust/tritech/DiverMsg.hpp>
Go to the source code of this file.
Classes | |
| struct | DiverMsg2 |
Defines | |
| #define | ADD_DIVER_MESSAGE(NAME, CODE, DEPTHSIZE, LATLONSIZE, DEFSIZE, MSGSIZE, KMLNOSIZE, KMLSIZE, IMGSIZE, VOIDSIZE, CHKSIZE) |
Functions | |
| int | main (int argc, char *argv[]) |
| void | writeLatLon (DiverMsg2 &msg) |
| #define ADD_DIVER_MESSAGE | ( | NAME, | |
| CODE, | |||
| DEPTHSIZE, | |||
| LATLONSIZE, | |||
| DEFSIZE, | |||
| MSGSIZE, | |||
| KMLNOSIZE, | |||
| KMLSIZE, | |||
| IMGSIZE, | |||
| VOIDSIZE, | |||
| CHKSIZE | |||
| ) |
struct NAME\
{\
enum{type=CODE};\
enum{depthSize=DEPTHSIZE,latlonSize=LATLONSIZE,defSize=DEFSIZE, msgSize=MSGSIZE, kmlNoSize=KMLNOSIZE, \
kmlSize=KMLSIZE, imgSize=IMGSIZE, voidSize=VOIDSIZE, chkSize=CHKSIZE};\
};\
Definition at line 47 of file divermsg_test.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 186 of file divermsg_test.cpp.
| void writeLatLon | ( | DiverMsg2 & | msg | ) |
Definition at line 177 of file divermsg_test.cpp.