// my_struct.h #ifndef MY_STRUCT_H #define MY_STRUCT_H struct MyStruct { /// example data containing fixed length array of floats float data[4]; }; #endif // MY_STRUCT_H