GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LATC / V9-1-2
Constituent: latc     Tag: mcp750
#include "AG_number_s.h"
#include <string.h>
Include dependency graph for number.ic:

This graph shows which files directly or indirectly include this file:

Functions | |
| static size_t | sizeofMap (LATC_type type) |
| Return the size of the 32-bit word bit-map that would hold enough bits to map all the instances of this type. | |
| static void | clearMap (unsigned *map, LATC_type type) |
| Set all bits to zero. | |
| static void | setMap (unsigned *map, LATC_type type) |
| Set all bits to one. | |
| static unsigned | countMap (const unsigned *map, LATC_type type) |
| Count the number of set bits. | |
| static void | setBit (unsigned *map, unsigned index) |
| Set bit i. | |
| static void | clearBit (unsigned *map, unsigned index) |
| Clear bit i. | |
| static int | checkBit (const unsigned *map, unsigned index) |
| Check bit i. | |
|
||||||||||||
|
Check bit i.
|
|
||||||||||||
|
Clear bit i.
|
|
||||||||||||
|
Set all bits to zero.
|
|
||||||||||||
|
Count the number of set bits.
|
|
||||||||||||
|
Set bit i.
|
|
||||||||||||
|
Set all bits to one.
|
|
|
Return the size of the 32-bit word bit-map that would hold enough bits to map all the instances of this type.
|
1.4.4