#ifndef BIPPROBEPROPERTIES_H #define BIPPROBEPROPERTIES_H typedef struct BipProbeProperties_t { bool linear; float radius; float fieldOfView; }BipProbeProperties_t; #endif // BIPPROBEPROPERTIES_H