Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
std.h
Go to the documentation of this file.
1
#ifndef STD_H
2
#define STD_H
3
4
#define TRUE (1==1)
5
#define FALSE (1==0)
6
7
#define CameraLinkTransmit(_x) { \
8
uint8_t _tmp = _x; \
9
write(fd,&_tmp,1); \
10
}
11
12
#endif
sw
airborne
modules
digital_cam
catia
std.h
Generated on Wed Aug 28 2019 16:29:03 for Paparazzi UAS by
1.8.8