Go to the source code of this file.
Typedefs |
typedef enum ACQ_DEVICE_TYPE | acqDeviceType |
typedef enum DP5_DPP_TYPES | dp5DppTypes |
Enumerations |
enum | ACQ_DEVICE_TYPE {
devtypeMCA8000A,
devtypeDP4,
devtypePX4,
devtypeDP4EMUL,
devtypePX4EMUL,
devtypeDP5,
devtypePX5,
devtypeDP5G,
devtypeMCA8000D,
devtypeTB5
} |
enum | DP5_DPP_TYPES {
dppDP5,
dppPX5,
dppDP5G,
dppMCA8000D,
dppTB5
} |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
devtypeMCA8000A |
MCA8000A uses PMCA COM API not supported in this application.
|
devtypeDP4 |
DP4 uses DPPAPI and DPP legacy protocol not supported in this application.
|
devtypePX4 |
PX4 uses DPPAPI and DPP legacy protocol not supported in this application.
|
devtypeDP4EMUL |
DP5 (FW5) with DP4 emulation uses DPPAPI and DPP legacy protocol not supported in this application.
|
devtypePX4EMUL |
DP5 (FW5) with Px4 emulation uses DPPAPI and DPP legacy protocol not supported in this application.
|
devtypeDP5 |
DP5 uses DPP new (this) protocol is supported in this application.
|
devtypePX5 |
PX5 uses DPP new (this) protocol is supported in this application.
|
devtypeDP5G |
DP5G uses DPP new (this) protocol is supported in this application.
|
devtypeMCA8000D |
MCA8000D uses DPP new (this) protocol is supported in this application.
|
devtypeTB5 |
TB5 uses DPP new (this) protocol is supported in this application ==3.
|
Definition at line 4 of file DppConst.h.
- Enumerator:
dppDP5 |
DP5 uses DPP new (this) protocol is supported in this application ==0.
|
dppPX5 |
PX5 uses DPP new (this) protocol is supported in this application ==1.
|
dppDP5G |
DP5G uses DPP new (this) protocol is supported in this application ==2.
|
dppMCA8000D |
MCA8000D uses DPP new (this) protocol is supported in this application ==3.
|
dppTB5 |
TB5 uses DPP new (this) protocol is supported in this application ==3.
|
Definition at line 27 of file DppConst.h.