|
ocssw
1.0
|
#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | LOGHDR |
Defines | |
| #define | LOBYTE(w) ((BYTE) (w & 0xFF)) |
| #define | HIBYTE(w) ((BYTE) (((WORD)(w) >> 8) & 0xFF)) |
| #define | LOWORD(l) ((WORD)(DWORD) (l & 0xFFFF)) |
| #define | HIWORD(l) ((WORD) (((DWORD)(l) >> 16) & 0xFFFF)) |
| #define | SWAP_WORD(w) ((WORD) ((WORD)HIBYTE(w)|(((WORD)LOBYTE(w))<<8))) |
| #define | SWAP_LONG(l) |
| #define | HDR_WORD(w) ((swap)?SWAP_WORD(w):w) |
| #define | HDR_LONG(l) ((swap)?SWAP_LONG(l):l) |
Typedefs | |
| typedef unsigned char | BYTE |
| typedef unsigned short int | WORD |
| typedef uint32_t | DWORD |
| typedef float | IEEE_FLOAT |
| typedef double | IEEE_DOUBLE |
| #define SWAP_LONG | ( | l | ) |
| typedef double IEEE_DOUBLE |
| typedef float IEEE_FLOAT |
1.7.6.1