Home > Support > Documentation

rtxBitString.h File Reference

More...

#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

Definition in file rtxBitString.h.