GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LIMP / V1-0-0
Constituent: limp     Tag: mcp750
#include "LIMP/limp.h"
#include "LIMP/LIMP_cmdxtrn.h"
#include "LIMP/LIMP_internal.h"
#include "limp_p.h"
#include "ITC/ITC_pubdefs.h"
#include "MSG/MSG_pubdefs.h"
Include dependency graph for limp.c:

Functions | |
| unsigned | LIMP_init (void) |
| Initialise the LIMP task. | |
| unsigned | LIMP_start (void) |
| Start the LIMP task. | |
| LIMP_state | getState (void) |
| Get the current state of the LAT. | |
| void | setState (LIMP_state state) |
| Change the state of the LAT. | |
| unsigned | getParameter (void) |
| Returns the current value of the state parameter (only valid in active and wait states). | |
| void | setParameter (unsigned parameter) |
| Set the state parameter. | |
Variables | |
| ITC_Task * | limp_task = NULL |
| Pointer to the LIMP task. | |
| LIMP_state | limp_state = UNINITIALISED |
| Current state of the LAT. | |
| unsigned | limp_parameter = 0 |
| Some states have an associated parameter (such as the EPU_ID in the wait state or the APID in the active state), this is it. | |
|
|
Returns the current value of the state parameter (only valid in active and wait states).
|
|
|
Get the current state of the LAT.
|
|
|
Initialise the LIMP task.
|
Here is the call graph for this function:

|
|
Start the LIMP task.
|
Here is the call graph for this function:

|
|
Set the state parameter.
|
|
|
Change the state of the LAT.
|
1.3.3