Skip to content
Snippets Groups Projects
Commit 437041f3 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

POSIX API extensions

parent 6ed99a23
No related branches found
No related tags found
No related merge requests found
......@@ -169,4 +169,14 @@ __EXPORT const char *px4_get_device_names(unsigned int *handle);
__EXPORT void px4_show_topics(void);
__EXPORT const char *px4_get_topic_names(unsigned int *handle);
#ifndef __PX4_QURT
/*
* The UNIX epoch system time following the system clock
*/
__EXPORT unsigned long long hrt_system_time(void);
__EXPORT bool px4_exit_requested(void);
#endif
__END_DECLS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment