.

mpiObjectMapBitSET

Declaration

#define  mpiObjectMapBitSET(objectMap,bit,value) \
            (((value) == 0) \
                 ? ((objectMap) &= ~(0x1 << (bit))) \
                 : ((objectMap) |=  (0x1 << (bit))))
  Required Header: stdmpi.h

Description

mpiObjectMapBitSET sets object map's specified bit number to the specified value.

See Also

mpiObjectMapBitGET

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering