.

MEIDriveMapParamType

Definition

 
typedef enum MEIDriveMapParamType {
    MEIDriveMapParamTypeSIGNED32,
    MEIDriveMapParamTypeSIGNED16,
    MEIDriveMapParamTypeSIGNED8,
    MEIDriveMapParamTypeUNSIGNED32,
    MEIDriveMapParamTypeUNSIGNED16,
    MEIDriveMapParamTypeUNSIGNED8,
    MEIDriveMapParamTypeHEX,
    MEIDriveMapParamTypeENUMERATED,
    MEIDriveMapParamTypeMASK,
    MEIDriveMapParamTypeCHARACTER,
    MEIDriveMapParamTypeSTRING,
    MEIDriveMapParamTypeSINGLE,
    MEIDriveMapParamTypeACTION,
} MEIDriveMapParamType;

Description

MEIDriveMapParamType is an enumeration that indicates which data format should be used with the drive parameter.

 
MEIDriveMapParamTypeSIGNED32 A signed 32bit integer.
MEIDriveMapParamTypeSIGNED16 A signed 16bit integer.
MEIDriveMapParamTypeSIGNED8 A signed 8bit integer.
MEIDriveMapParamTypeUNSIGNED32 An unsigned 32bit integer.
MEIDriveMapParamTypeUNSIGNED16 An unsigned 16bit integer.
MEIDriveMapParamTypeUNSIGNED8 An unsigned 8bit integer.
MEIDriveMapParamTypeHEX An integer representred in hexadecimal notation.
MEIDriveMapParamTypeENUMERATED An integer where each value can be represented by a different name.
MEIDriveMapParamTypeMASK An integer where each bit has a unique name.
MEIDriveMapParamTypeCHARACTER An single ASCII character.
MEIDriveMapParamTypeSTRING A null terminated string of characters.
MEIDriveMapParamTypeSINGLE A single precision floating point number.
MEIDriveMapParamTypeACTION Writing to this parameter will perform an action on the drive. No data is assiated with this type.

See Also

 

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering