MPIGeneric64
Declaration
typedef union MPIGeneric64 {
double d;
MEIInt64 i64;
MEIUInt64 ui64;
} MPIGeneric64;
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPIGeneric64 is a a generic data type that is a union of possible 64-bit data types. It is useful when data recorded on the controller is reported back in generic terms. This includes the data recorder and controller-based events.
| d | Double precision floating-point number. |
|---|---|
| i64 | Signed 64-bit integer value. |
| ui64 | Unsigned 64-bit integer value. |
