45 #include <uORB/topics/vehicle_status.h> 47 void set_health_flags(uint64_t subsystem_type,
bool present,
bool enabled,
bool ok, vehicle_status_s &status);
48 void set_health_flags_present_healthy(uint64_t subsystem_type,
bool present,
bool healthy, vehicle_status_s &status);
49 void set_health_flags_healthy(uint64_t subsystem_type,
bool healthy, vehicle_status_s &status);
Platform dependant logging/debug implementation.