.

MPIRecorderRecord / MEIRecorderRecord

Definition: MPIRecorderRecord

 
typedef union {
   MPIRecorderRecordPoint  point[MPIRecorderADDRESS_COUNT_MAX];
} MPIRecorderRecord;

Description

 
point An array of recorded values corresponding to the XMP addresses stored in MPIRecorderConfig.address[].

 

Definition: MEIRecorderRecord

 
typedef union {
    MEIRecorderRecordAxis     axis[MEIXmpMAX_Axes];
    MEIRecorderRecordFilter   filter[MEIXmpMAX_Filters];
    MPIRecorderRecord         dummy;  /* ensure proper sizing */
} MEIRecorderRecord;

Description

 
axis An array of MEIRecorderRecordAxis records.
filter An array of MEIRecorderRecordFilter records.
dummy A dummy structure that ensures that MEIRecorderRecord has the proper size.

See Also

MPIRecorderConfig

 

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