MPICommandAddress
Definition
typedef union { int32_t *l; double *d; } MPICommandAddress;
Description
MPICommandAddress defines a generic pointer that can specify either a int32_t or a double pointer.
*l |
is used to access the int32_t pointer of MPICommandAddress. |
---|---|
*d |
is used to access the double pointer of MPICommandAddress. |