HAL_Linux: Implement custom dir. methods
This commit is contained in:
parent
e5a90c7a34
commit
2e7a4aa1e6
@ -11,6 +11,7 @@
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
#include "Util.h"
|
||||
#include "HAL_Linux_Class.h"
|
||||
using namespace Linux;
|
||||
|
||||
|
||||
|
@ -29,12 +29,14 @@ public:
|
||||
/*
|
||||
set system clock in UTC microseconds
|
||||
*/
|
||||
void set_system_clock(uint64_t time_utc_usec);
|
||||
void set_system_clock(uint64_t time_utc_usec);
|
||||
const char* get_custom_log_directory();
|
||||
const char* get_custom_terrain_directory();
|
||||
|
||||
bool is_chardev_node(const char *path);
|
||||
|
||||
private:
|
||||
static Linux::ToneAlarm _toneAlarm;
|
||||
static Linux::ToneAlarm _toneAlarm;
|
||||
int saved_argc;
|
||||
char* const *saved_argv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user