R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
ext_h101_unpack.h File Reference
#include <stdint.h>
Include dependency graph for ext_h101_unpack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EXT_STR_h101_unpack_t
 

Macros

#define EXT_STRUCT_CTRL(x)
 
#define EXT_STR_h101_unpack_ITEMS_INFO(ok, si, offset, struct_t, printerr)
 

Typedefs

typedef struct EXT_STR_h101_unpack_t EXT_STR_h101_unpack
 

Macro Definition Documentation

◆ EXT_STR_h101_unpack_ITEMS_INFO

#define EXT_STR_h101_unpack_ITEMS_INFO ( ok,
si,
offset,
struct_t,
printerr )
Value:
do \
{ \
ok = 1; \
/* UNPACK */ \
EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, TRIGGER, UINT32, "TRIGGER", 15); \
EXT_STR_ITEM_INFO(ok, si, offset, struct_t, printerr, EVENTNO, UINT32, "EVENTNO"); \
} while (0);

Definition at line 51 of file ext_h101_unpack.h.

◆ EXT_STRUCT_CTRL

#define EXT_STRUCT_CTRL ( x)

Definition at line 34 of file ext_h101_unpack.h.

Typedef Documentation

◆ EXT_STR_h101_unpack