GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSEC / V3-1-1 > qsec / linux-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 |
1.5.3