A class for enumerating recognized CAN modules.
More...
#include <carma/szautil/CanModule.h>
|
enum | Id {
NONE = 0x0,
BIAS = 0x1,
CALTERT = 0x2,
DCON = 0x4,
IFMOD = 0x8,
INTMOD = 0x10,
LOBE_ROTATOR = 0x20,
LO_MONITOR = 0x40,
NOISE_SOURCE = 0x80,
QUAD_MOD = 0x100,
RECEIVER = 0x200,
THERMAL = 0x400,
TILTMETER = 0x800,
VARACTOR = 0x1000,
YIG = 0x2000,
ALL = BIAS | CALTERT | DCON | IFMOD | INTMOD | LO_MONITOR | LOBE_ROTATOR | NOISE_SOURCE | QUAD_MOD | RECEIVER | THERMAL | TILTMETER | VARACTOR | YIG,
HARD = 0x4000
} |
|
|
enum sza::util::CanModule::Id | id_ |
|
|
static const short | biasApiNo_ |
|
static String | biasApiStr_ |
|
static const short | caltertApiNo_ |
|
static String | caltertApiStr_ |
|
static const short | dconApiNo_ |
|
static const short | ifmodApiNo_ |
|
static String | ifmodApiStr_ |
|
static const short | intmodApiNo_ |
|
static String | intmodApiStr_ |
|
static const short | lobeRotatorApiNo_ |
|
static String | lobeRotatorApiStr_ |
|
static const short | loMonitorApiNo_ |
|
static String | loMonitorApiStr_ |
|
static const short | noiseSourceApiNo_ |
|
static String | noiseSourceApiStr_ |
|
static const short | quadModApiNo_ |
|
static String | quadModApiStr_ |
|
static const short | receiverApiNo_ |
|
static String | receiverApiStr_ |
|
static const short | thermalApiNo_ |
|
static String | thermalApiStr_ |
|
static const short | tiltMeterApiNo_ |
|
static String | tiltMeterApiStr_ |
|
static const short | varactorApiNo_ |
|
static String | varactorApiStr_ |
|
static const short | yigApiNo_ |
|
static String | yigApiStr_ |
|
A class for enumerating recognized CAN modules.
Definition at line 22 of file CanModule.h.
The documentation for this class was generated from the following file: