#include "serio.h"
#include "util.h"
#include "portable_fileio.h"
#include <cassert>
Include dependency graph for serio.cpp:
Go to the source code of this file.
Variables | |
static const short | SER_BYTE_ORDER = 0x4949 |
static const short | SER_SERIES_ID = 0x0197 |
static const short | SER_SERIES_VERSION = 0x0210 |
static const int | ValidNumberElementsOffset = 18 |
const short SER_BYTE_ORDER = 0x4949 [static] |
const short SER_SERIES_ID = 0x0197 [static] |
const short SER_SERIES_VERSION = 0x0210 [static] |
const int ValidNumberElementsOffset = 18 [static] |