|
| enum | _ESign { Signed,
Unsigned,
_UndefinedSign
} |
| | signed or unsigned integers More...
|
| |
| enum | _EAccessMode {
NI,
NA,
WO,
RO,
RW,
_UndefinedAccesMode,
_CycleDetectAccesMode
} |
| | access mode of a node More...
|
| |
| enum | _EVisibility {
Beginner = 0,
Expert = 1,
Guru = 2,
Invisible = 3,
_UndefinedVisibility = 99
} |
| | recommended visibility of a node More...
|
| |
| enum | _ECachingMode { NoCache,
WriteThrough,
WriteAround,
_UndefinedCachingMode
} |
| | caching mode of a register More...
|
| |
| enum | _ERepresentation {
Linear,
Logarithmic,
Boolean,
PureNumber,
HexNumber,
IPV4Address,
MACAddress,
_UndefinedRepresentation
} |
| | recommended representation of a node value More...
|
| |
| enum | _EEndianess { BigEndian,
LittleEndian,
_UndefinedEndian
} |
| | Endianess of a value in a register. More...
|
| |
| enum | _ENameSpace { Custom,
Standard,
_UndefinedNameSpace
} |
| | Defines if a node name is standard or custom. More...
|
| |
| enum | _EStandardNameSpace {
None,
GEV,
IIDC,
CL,
USB,
_UndefinedStandardNameSpace
} |
| | Defines from which standard namespace a node name comes from. More...
|
| |
| enum | _EYesNo { Yes = 1,
No = 0,
_UndefinedYesNo = 2
} |
| | Defines the choices of a Yes/No alternative. More...
|
| |
| enum | _ESlope {
Increasing,
Decreasing,
Varying,
Automatic,
_UndefinedESlope
} |
| | typedef for formula type More...
|
| |
| 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
} |
| | typedef for float notation More...
|
| |
| enum | _EInterfaceType {
intfIValue,
intfIBase,
intfIInteger,
intfIBoolean,
intfICommand,
intfIFloat,
intfIString,
intfIRegister,
intfICategory,
intfIEnumeration,
intfIEnumEntry,
intfIPort
} |
| | typedef for interface type More...
|
| |
| enum | _ELinkType {
ctParentNodes,
ctReadingChildren,
ctWritingChildren,
ctInvalidatingChildren,
ctDependingNodes,
ctTerminalNodes
} |
| | typedef for link type More...
|
| |
| enum | _EIncMode { noIncrement,
fixedIncrement,
listIncrement
} |
| | typedef for increment mode More...
|
| |
| enum | _EInputDirection { idFrom,
idTo,
idNone
} |
| | typedef for link type More...
|
| |
| enum | _EGenApiSchemaVersion { v1_0 = 1,
v1_1 = 2,
_Undefined = -1
} |
| | GenApi schema version. More...
|
| |