MPICommandAddress

MPICommandAddress  

 

typedef union {
    long    *l;
    float   *f;
} MPICommandAddress;
Description

CommandAddress defines a generic pointer that can specify either a long or a float pointer.

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