Monarch
v3.8.2
Project 8 Data File Format Library
|
#include <inttypes.h>
#include <limits>
Go to the source code of this file.
Namespaces | |
monarch3 | |
Macros | |
#define | M3_API |
Variables | |
static const uint32_t | sInvalidFormat = std::numeric_limits< uint32_t >::max() |
static const uint32_t | sDigitizedUS = 0 |
static const uint32_t | sDigitizedS = 1 |
static const uint32_t | sAnalog = 2 |
static const uint32_t | sBitsAlignedLeft = 0 |
static const uint32_t | sBitsAlignedRight = 1 |
static const uint32_t | sInterleaved = 0 |
Specifies whether the data channels are interleaved or separate in a stream. More... | |
static const uint32_t | sSeparate = 1 |
#define M3_API |
Definition at line 21 of file M3Constants.hh.