|
ROOTANA
|
#include <stdio.h>#include <stdint.h>#include <string.h>#include "v1742unpack.h"
Go to the source code of this file.
Macros | |
| #define | MEMZERO(array) memset((array), 0, sizeof(array)) |
Functions | |
| v1742event * | UnpackV1742 (const char **data8, int *datalen, bool verbose) |
| #define MEMZERO | ( | array | ) | memset((array), 0, sizeof(array)) |
Definition at line 7 of file v1742unpack.cxx.
| v1742event * UnpackV1742 | ( | const char ** | data8, |
| int * | datalen, | ||
| bool | verbose | ||
| ) |
Definition at line 20 of file v1742unpack.cxx.