GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSEC / V3-3-2 > qsec / sun-gcc
#include <raw.h>
#include <string.h>
Functions | |
| const unsigned char * | QSEC_unpackRaw (void *raw, size_t size, const unsigned char *buf) |
| Unpack raw data into a buffer. | |
| const unsigned char* QSEC_unpackRaw | ( | void * | raw, | |
| size_t | size, | |||
| const unsigned char * | buf | |||
| ) |
Unpack raw data into a buffer.
| raw | Pointer to a populated raw structure | |
| size | Size of the raw structure being recovered | |
| buf | Pointer to the buffer where the context should be placed |
Referenced by QSEC_decode(), and QSEC_update().
1.5.8