GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LCI / dev
Constituent: lci     Tag: mcp750
#include "PBS/TASK.h"
Include dependency graph for lci.h:

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

Data Structures | |
| struct | _LCI_runInfo |
| Structure to hold information about the last LCI run Must match the layout of LHK telemetry. More... | |
Typedefs | |
| typedef _LCI_runInfo | LCI_runInfo |
| Structure to hold information about the last LCI run Must match the layout of LHK telemetry. | |
Functions | |
| unsigned | LCI_getRunInfo (LCI_runInfo *info) |
| Get extended information about the calibration run. | |
| unsigned | LCI_initialise (void) |
| Initialize the calibration system from its config database. | |
| unsigned | LCI_sizeofRunInfo () |
| Get the size of the extended calibration run information. | |
| unsigned | LCI_startTask (void) |
| Start the LCI task using its config database. | |
| unsigned | LCI_stopTask (void) |
| Stop the LCI task. | |
| unsigned | LCI_teardown (void) |
| Tear down the calibraion system. | |
|
|
Get extended information about the calibration run. This routine fills a block of information detailing the current state of calibration runs.
|
|
|
Initialize the calibration system from its config database. This routine is normally called at system initialization time to initialize the calibration system . It uses a configuration database to supply the capacity, cpuid and srcid parameters.
|
|
|
Get the size of the extended calibration run information. This routine returns the size of the area needed to hold the extended run information for the last calibration.
|
|
|
Start the LCI task using its config database. This routine is normally called during system initialization. It starts the LCI task using the CPU configuration database to supply its attributes.
|
|
|
Stop the LCI task. This routine stops the LCI task and sets the state to INITIALISED.
|
|
|
Tear down the calibraion system. This routine frees all the resources associated with the LCI task.
|
1.4.4