Mark3 Realtime Kernel
fake_types.h File Reference

C-struct definitions that mirror. More...

#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "mark3cfg.h"

Go to the source code of this file.

Detailed Description

C-struct definitions that mirror.

This header contains a set of "fake" structures that have the same memory layout as the kernel objects in C++ (taking into account inheritence, etc.). These are used for sizing the opaque data blobs that are declared in C, which then become instantiated as C++ kernel objects via the bindings provided.

Definition in file fake_types.h.