rtxBitString.h File Reference
- Contains utility functions for setting, clearing, and testing bits at any position in an arbitrarily sized array of bytes.
#include "rtxsrc/rtxContext.h"
Go to the source code of this file.
Classes | |
| struct | OSBitMapItem |
Functions | |
| int | rtxSetBit (OSOCTET *pBits, OSUINT32 numbits, OSUINT32 bitIndex) |
| This function sets the specified bit in the bit string. | |
| int | rtxClearBit (OSOCTET *pBits, OSUINT32 numbits, OSUINT32 bitIndex) |
| This function clears the specified bit in the bit string. | |
| OSBOOL | rtxTestBit (const OSOCTET *pBits, OSUINT32 numbits, OSUINT32 bitIndex) |
| This function tests the specified bit in the bit string. | |
| int | rtxUTF8StrToNamedBits (OSCTXT *pctxt, const OSUTF8CHAR *utf8str, const OSBitMapItem *pBitMap, OSOCTET *pvalue, OSUINT32 *pnbits, OSUINT32 bufsize) |
| This function converts the given null-terminated UTF-8 string to named bit items. | |
Detailed Description
- Contains utility functions for setting, clearing, and testing bits at any position in an arbitrarily sized array of bytes.
Definition in file rtxBitString.h.
