.

MEIDriveMapParamValue

Definition

 
typedef union {
    long            signed32;
    short           signed16;
    char            signed8;
    unsigned long   unsigned32;
    unsigned short  unsigned16;
    unsigned char   unsigned8;
    unsigned long   enumerated;
    unsigned long   hex;
    unsigned long   mask;
    char            character;
    char            string[MEIDriveMapParamMAX_STRING_LENGTH];
    float           single;
} MEIDriveMapParamValue;
  Change History: Modified in the 03.03.00

Description

The MEIDriveMapParamValue union holds the value of a drive parameter. The different fields allow this data type to hold all the different types of drive parameters. The MEISqNodeDriveParamType enumeration is used to identify which of the fields within the MEISqNodeDriveParamValue union to use.

See Also

MEIDriveMapParamType

 

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