Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
std.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRUE   (1==1)
 
#define FALSE   (1==0)
 
#define CameraLinkTransmit(_x)
 

Macro Definition Documentation

◆ CameraLinkTransmit

#define CameraLinkTransmit (   _x)
Value:
{ \
uint8_t _tmp = _x; \
write(fd,&_tmp,1); \
}
int fd
Definition: serial.c:26

Definition at line 7 of file std.h.

◆ FALSE

#define FALSE   (1==0)

Definition at line 5 of file std.h.

◆ TRUE

#define TRUE   (1==1)

Definition at line 4 of file std.h.