Those struct are modified from file tdwr_pac.h written by G.W. Rappa (MIT/LL)
Static Public Attributes | |
static const int | TDWR_MAX_GATES = 600 |
static const int | TDWR_MAX_LOWPRF_GATES = 1984 |
static const int | CompressedBaseDataRadialSize |
static const int | LowPRFBaseDataRadialSize = 6004 |
static RangeSamplingSegment | tdwr_rss_bd |
static RangeSamplingSegment | tdwr_rss_lowprf_bd1 |
static RangeSamplingSegment | tdwr_rss_lowprf_bd2 |
Classes | |
struct | BaseDataHeader |
struct | BaseDataLowPRFFlag |
struct | BaseDataLowPRFRadial |
struct | BaseDataLowPRFRadialChunk |
struct | CompressedBaseData |
struct | CompressedBaseDataRadial |
struct | CompressedBaseDataRadialChunk |
struct | MessageHeader |
struct | MinBaseData |
struct | MinBaseDataRadial |
struct | MinBaseDataRadialChunk |
struct | RangeSamplingSegment |
const int code::TDWR::CompressedBaseDataRadialSize [static] |
Initial value:
TDWR_MAX_GATES * 2 * sizeof(int) + 8 * sizeof(int) + 2 * sizeof(short) + 4 * sizeof(float)
const int code::TDWR::LowPRFBaseDataRadialSize = 6004 [static] |
const int code::TDWR::TDWR_MAX_GATES = 600 [static] |
const int code::TDWR::TDWR_MAX_LOWPRF_GATES = 1984 [static] |