Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
rust_demo_module.h
Go to the documentation of this file.
1/* Text to put at the beginning of the generated file. Probably a license. */
2
3#ifndef RUST_RUST_DEMO_MODULE_H
4#define RUST_RUST_DEMO_MODULE_H
5
6/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
7
8#include <stdint.h>
9#include <stdlib.h>
10#include <stdbool.h>
11
12void rust_function(void);
13
14void rust_periodic(void);
15
16#endif /* RUST_RUST_DEMO_MODULE_H */
17
18/* Text to put at the end of the generated file */
void rust_periodic(void)
void rust_function(void)