Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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 
12 void rust_function(void);
13 
14 void rust_periodic(void);
15 
16 #endif /* RUST_RUST_DEMO_MODULE_H */
17 
18 /* Text to put at the end of the generated file */
rust_function
void rust_function(void)
rust_periodic
void rust_periodic(void)