GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > RIM / V0-0-2
Constituent: trim     Tag: mcp750
#include "RIM/map.h"
#include <stdio.h>
Include dependency graph for rim.h:

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

Typedefs | |
| typedef RIM_ | RIM |
| Forward declaration of the RIM structure. | |
Enumerations | |
| enum | { RIM_MEM_ALIGN = sizeof(unsigned long long) } |
Functions | |
| size_t | RIM_sizeof (void) |
| RIM * | RIM_construct (void *buffer) |
| void | RIM_clear (RIM *rim) |
| int | RIM_compare (const RIM *this, const RIM *that, RIM_map *map) |
| unsigned | RIM_contrast (const RIM *this, const RIM *that, const RIM_map *map, RIM_type *r_type, RIM_addr *r_addr) |
| void | RIM_correct (RIM *orig, RIM *capt) |
| unsigned | RIM_get (const RIM *rim, RIM_type type, const RIM_addr *addr, int regId, void *value) |
| unsigned | RIM_set (RIM *rim, RIM_type type, const RIM_addr *addr, int regId, const void *value) |
| unsigned | RIM_deleteData (RIM *rim, RIM_type type, const RIM_addr *addr) |
| unsigned | RIM_consume (RIM *rim, int fd) |
| unsigned | RIM_createMask (RIM *rim) |
| unsigned | RIM_create (RIM *rim, RIM_type type, int fd) |
| void | RIM_report (RIM *rim, FILE *fp) |
1.4.4