Group Types_h¶
Public Types¶
Macros¶
| Type | Name |
|---|---|
| define | _UndefindedRepresentation \_UndefinedRepresentation |
Public Types Documentation¶
typedef EAccessMode¶
access mode of a node
typedef ECachingMode¶
caching mode of a register
typedef EDisplayNotation¶
typedef for float notation
typedef EEndianess¶
Endianess of a value in a register
typedef EGenApiSchemaVersion¶
GenApi schema version
typedef EIncMode¶
typedef for increment mode
typedef EInputDirection¶
typedef for link type
typedef EInterfaceType¶
typedef for interface type
typedef ELinkType¶
typedef for link type
typedef ENameSpace¶
Defines if a node name is standard or custom
typedef ERepresentation¶
recommended representation of a node value
typedef ESign¶
signed or unsigned integers
typedef ESlope¶
typedef for formula type
typedef EStandardNameSpace¶
Defines from which standard namespace a node name comes from
typedef EVisibility¶
recommended visibility of a node
typedef EXMLValidation¶
typedef describing the different validity checks which can be performed on an XML file
The enum values for a bit field of length uint32_t
typedef EYesNo¶
Defines the choices of a Yes/No alternative
typedef StringList_t¶
A list of strings
enum _EAccessMode¶
access mode of a node
enum _ECachingMode¶
caching mode of a register
enum _EDisplayNotation¶
typedef for float notation
enum _EEndianess¶
Endianess of a value in a register
enum _EGenApiSchemaVersion¶
GenApi schema version
enum _EIncMode¶
typedef for increment mode
enum _EInputDirection¶
typedef for link type
enum _EInterfaceType¶
enum _EInterfaceType {
intfIValue,
intfIBase,
intfIInteger,
intfIBoolean,
intfICommand,
intfIFloat,
intfIString,
intfIRegister,
intfICategory,
intfIEnumeration,
intfIEnumEntry,
intfIPort
};
typedef for interface type
enum _ELinkType¶
enum _ELinkType {
ctParentNodes,
ctReadingChildren,
ctWritingChildren,
ctInvalidatingChildren,
ctDependingNodes,
ctTerminalNodes
};
typedef for link type
enum _ENameSpace¶
Defines if a node name is standard or custom
enum _ERepresentation¶
enum _ERepresentation {
Linear,
Logarithmic,
Boolean,
PureNumber,
HexNumber,
IPV4Address,
MACAddress,
_UndefinedRepresentation
};
recommended representation of a node value
enum _ESign¶
signed or unsigned integers
enum _ESlope¶
typedef for formula type
enum _EStandardNameSpace¶
Defines from which standard namespace a node name comes from
enum _EVisibility¶
recommended visibility of a node
enum _EXMLValidation¶
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
The enum values for a bit field of length uint32_t
enum _EYesNo¶
Defines the choices of a Yes/No alternative