mpiObjectMapBitGET
Declaration
#define mpiObjectMapBitGET(objectMap,bit) (((objectMap) & (0x1 << (bit))) ? 1 : 0)
Description
mpiObjectMapBitGET gets the bit number's state for the specified object map.
See Also
mpiObjectMapBitSET