#ifndef SETPOINT_COMMON_H #define SETPOINT_COMMON_H struct frontend_setpoint_data { float x; float y; float z; }; #endif /* SETPOINT_COMMON_H */