GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QPIG / V2-0-1
Constituent: qpig     Tag: linux-gcc
#include "state_p.h"
#include "LEM/defs.h"
#include "PBS/WCT.h"
#include <string.h>
#include <stdlib.h>
#include <time.h>
Include dependency graph for state.c:

Functions | |
| QPIG_state * | QPIG_allocState (void) |
| Allocate memory for a QPIG_state structure and construct it as such. | |
| QPIG_state * | QPIG_constructState (void *buffer) |
| Construct a QPIG_state structure in the memory provided. | |
| void | QPIG_destructState (QPIG_state *state) |
| Release resources associated with the QPIG_state structure. | |
| const unsigned int * | QPIG_recoverState (QPIG_state *state, int version, const unsigned int *buf) |
| Copy the state information from the buffer. | |
| void | QPIG_reportState (unsigned int secs, int version, const QPIG_state *state, FILE *fp) |
| Write a formatted ASCII description of the state. | |
| size_t | QPIG_sizeofState (void) |
| Return the size of the QPIG state structure. | |
|
|
Allocate memory for a QPIG_state structure and construct it as such.
|
|
|
Construct a QPIG_state structure in the memory provided.
|
|
|
Release resources associated with the QPIG_state structure.
|
|
||||||||||||||||
|
Copy the state information from the buffer.
|
|
||||||||||||||||||||
|
Write a formatted ASCII description of the state.
|
|
|
Return the size of the QPIG state structure.
|
1.4.4