Paparazzi UAS
v5.14.0_stable-0-g3f680d1
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 Sat Feb 9 2019 07:05:48 for Paparazzi UAS by
1.8.8