MPICommandConstant

Definition

typedef union {
  long     l;
  double   d;
} MPICommandConstant;

Description

MPICommandConstant defines a generic variable that can specify either a long ordouble value.

l
is used to access the long value of MPICommandConstant.
d
is used to access the double value of MPICommandConstant.

See Also

MPICommandAddress