|
| enum | _ESign { Signed,
Unsigned,
_UndefinedSign
} |
| |
| enum | _EAccessMode {
NI,
NA,
WO,
RO,
RW,
_UndefinedAccessMode,
_CycleDetectAccessMode
} |
| |
| enum | _EVisibility {
Beginner = 0,
Expert = 1,
Guru = 2,
Invisible = 3,
_UndefinedVisibility = 99
} |
| |
| enum | _ECachingMode { NoCache,
WriteThrough,
WriteAround,
_UndefinedCachingMode
} |
| |
| enum | _ERepresentation {
Linear,
Logarithmic,
Boolean,
PureNumber,
HexNumber,
IPV4Address,
MACAddress
} |
| |
| enum | _EEndianess { BigEndian,
LittleEndian,
_UndefinedEndian
} |
| |
| enum | _ENameSpace { Custom,
Standard,
_UndefinedNameSpace
} |
| |
| enum | _EStandardNameSpace {
None,
GEV,
IIDC,
CL,
USB,
_UndefinedStandardNameSpace
} |
| |
| enum | _EYesNo { Yes = 1,
No = 0,
_UndefinedYesNo = 2
} |
| |
| enum | _ESlope {
Increasing,
Decreasing,
Varying,
Automatic,
_UndefinedESlope
} |
| |
| enum | _EXMLValidation {
xvLoad = 0x00000001L,
xvCycles = 0x00000002L,
xvSFNC = 0x00000004L,
xvDefault = 0x00000000L,
xvAll = 0xffffffffL,
_UndefinedEXMLValidation = 0x8000000L
} |
| | typedef describing the different validity checks which can be performed on an XML file More...
|
| |
| enum | _EDisplayNotation { fnAutomatic,
fnFixed,
fnScientific,
_UndefinedEDisplayNotation
} |
| |
| enum | _EInterfaceType {
intfIValue,
intfIBase,
intfIInteger,
intfIBoolean,
intfICommand,
intfIFloat,
intfIString,
intfIRegister,
intfICategory,
intfIEnumeration,
intfIEnumEntry,
intfIPort
} |
| |
| enum | _ELinkType {
ctParentNodes,
ctReadingChildren,
ctWritingChildren,
ctInvalidatingChildren,
ctDependingNodes,
ctTerminalNodes,
ctValueChangingChildren
} |
| | typedef for link type More...
|
| |
| enum | _EIncMode |
| |
| enum | _EInputDirection { idFrom,
idTo,
idNone
} |
| |
| enum | _EGenApiSchemaVersion { v1_0 = 1,
v1_1 = 2,
_Undefined = -1
} |
| | GenApi schema version. More...
|
| |
| enum | _ECallbackSuppressMode { csmOff = 0,
csmActive,
csmOnce
} |
| |