MPICommandConstant

MPICommandConstant  

 

typedef union {
    long    l;
    float   f;
} MPICommandConstant;
Description

CommandConstant defines a generic variable that can specify either a long or float value.

 
l
is used to access the long value of MPICommandConstant.
 
f
is used to access the float value of MPICommandConstant.
     
See Also MPICommandAddress