GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LCI / dev
Constituent: lci     Tag: mcp750
#include "configure.h"
#include "collect.h"
#include "LSEC/compact.h"
#include "PBS/WCT.h"
Include dependency graph for consign.h:

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

Typedefs | |
| typedef _LCI_consignment | LCI_consignment |
| Declaration of the opaque consignment structure. | |
Functions | |
| LCI_consignment * | LCI_newConsignment (unsigned cpuid, unsigned srcid, LCI_configuration *cnf, LCI_collection *cll, LSEC_compaction *cpc) |
| Allocate memory for an LCI_consigment structure and initialise (clear). | |
| void | LCI_deleteConsignment (LCI_consignment *cns) |
| Free the previously allocated consignment structure. | |
| WCT_time_sat | LCI_prepare (LCI_consignment *cns, unsigned runid) |
| Set the runid and start time for the first datagram of the new calibration. | |
| unsigned | LCI_consign (LCI_consignment *cns) |
| Perform a consignment. | |
| unsigned | LCI_complete (LCI_consignment *cns) |
| Complete a consignment. | |
| void | LCI_setReason (LCI_consignment *cns, int reason) |
| Set the current datagram close reason. | |
|
|
Complete a consignment.
|
|
|
Perform a consignment.
|
|
|
Free the previously allocated consignment structure.
|
|
||||||||||||||||||||||||
|
Allocate memory for an LCI_consigment structure and initialise (clear).
|
|
||||||||||||
|
Set the runid and start time for the first datagram of the new calibration.
|
|
||||||||||||
|
Set the current datagram close reason.
|
1.4.4