48 __EXPORT void init(
int argc,
char *argv[],
const char *process_name);
52 #if defined(__PX4_NUTTX) 53 extern bool task_should_exit;
57 __EXPORT inline bool ok() {
return !task_should_exit; }
58 #elif defined(__PX4_QURT) 60 inline void usleep(uint64_t sleep_interval) { }
Definition: px4_nuttx_impl.cpp:44