APM:Libraries
HAL_Empty_Class.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <AP_HAL/AP_HAL.h>
4 
6 #include "PrivateMember.h"
7 
8 class HAL_Empty : public AP_HAL::HAL {
9 public:
10  HAL_Empty();
11  void run(int argc, char* const* argv, Callbacks* callbacks) const override;
12 private:
14 };
Empty::PrivateMember * _member
void run(int argc, char *const *argv, Callbacks *callbacks) const override