mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
[guidance_module.h] dox
This commit is contained in:
@@ -21,16 +21,6 @@
|
||||
|
||||
/** @file firmwares/rotorcraft/guidance/guidance_module.h
|
||||
* Guidance in a module file.
|
||||
*
|
||||
* If the module implements both V and H mode, take into account that the H is called first and later V
|
||||
*/
|
||||
|
||||
#ifndef GUIDANCE_MODULE_H_
|
||||
#define GUIDANCE_MODULE_H_
|
||||
|
||||
#include "generated/modules.h"
|
||||
|
||||
/**
|
||||
*
|
||||
* Horizontal loop default is ATTITUDE
|
||||
* e.g.: #define GUIDANCE_H_MODE_MODULE_SETTING GUIDANCE_H_MODE_ATTITUDE
|
||||
@@ -46,6 +36,15 @@
|
||||
* Implement own Vertical loops when GUIDANCE_V_MODE_MODULE_SETTING is set to GUIDANCE_V_MODE_MODULE
|
||||
* extern void guidance_v_module_enter(void);
|
||||
* extern void guidance_v_module_run(bool_t in_flight);
|
||||
*
|
||||
* If the module implements both V and H mode, take into account that the H is called first and later V
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef GUIDANCE_MODULE_H_
|
||||
#define GUIDANCE_MODULE_H_
|
||||
|
||||
#include "generated/modules.h"
|
||||
|
||||
|
||||
#endif /* GUIDANCE_MODULE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user