set deser test complete
new bitutility file
This commit is contained in:
@ -160,13 +160,6 @@ public:
|
||||
|
||||
object_id_t getCreatorObjectId();
|
||||
|
||||
/* Static helper functions for manipulating validity buffers */
|
||||
/**
|
||||
* Set n-th bit of a byte, with n being the position from 0
|
||||
* (most significant bit) to 7 (least significant bit)
|
||||
*/
|
||||
static void bitSetter(uint8_t* byte, uint8_t position);
|
||||
static bool bitGetter(const uint8_t* byte, uint8_t position);
|
||||
protected:
|
||||
sid_t sid;
|
||||
//! This mutex is used if the data is created by one object only.
|
||||
|
Reference in New Issue
Block a user