GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > RIM / V0-0-3
Constituent: rim     Tag: mcp750
#include "RIM/structs.h"
Include dependency graph for lrd.h:

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

Typedefs | |
| typedef unsigned | RIM_type |
| Creates a new type used to identify components (TEM, TFE etc). | |
Enumerations | |
| enum | { RIM_BAD_TYPE = -1 } |
Functions | |
| unsigned | RIM_nTypes (void) |
| Return the number of component types within the LAT register description. | |
| RIM_type | RIM_lookupType (const char *string) |
| Hunt through the list of component types and return the index of the input string. | |
| unsigned | RIM_nameType (char *string, RIM_type type) |
| Place the four character string describing this type into name. | |
| int | RIM_compareType (const char *string, RIM_type type) |
| Compare string with the name of type. | |
| unsigned | RIM_getAddrRng (const char *string, RIM_addr *addr) |
| Finds the address range associated with the type identifed by the string. | |
| unsigned | RIM_getLayerID (char sign, char xy, char index, unsigned *layer) |
| Take three characters and convert them to a layer ID. | |
| unsigned | RIM_getLayerName (unsigned layer, char *sign, char *xy, char *index) |
| Get the characters of the layer name from the layer ID. | |
| unsigned | RIM_getAddress (RIM_addr *addr, unsigned index, RIM_type type) |
| Convert hierarchical bit addressing to flat addressing. | |
| unsigned | RIM_getIndex (const RIM_addr *addr, unsigned *index, RIM_type type) |
| Convert hierarchical bit addressing to flat addressing. | |
|
||||||||||||
|
Compare string with the name of type.
|
|
||||||||||||||||
|
Convert hierarchical bit addressing to flat addressing.
|
|
||||||||||||
|
Finds the address range associated with the type identifed by the string.
|
|
||||||||||||||||
|
Convert hierarchical bit addressing to flat addressing.
|
|
||||||||||||||||||||
|
Take three characters and convert them to a layer ID.
|
|
||||||||||||||||||||
|
Get the characters of the layer name from the layer ID.
|
|
|
Hunt through the list of component types and return the index of the input string.
|
|
||||||||||||
|
Place the four character string describing this type into name.
|
|
|
Return the number of component types within the LAT register description.
|
1.4.4