Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
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:
{ \
write(fd,&_tmp,1); \
}
uint16_t foo
Definition main_demo5.c:58
int fd
Definition serial.c:26
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.

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.