kpilot

pilotLinkVersion.h File Reference

Checks the pilot-link version and defines some convenience macros. More...

#include <pi-version.h>

Include dependency graph for pilotLinkVersion.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define PI_SIZE_T   size_t
#define PILOT_LINK_0_10_0   (1000)
#define PILOT_LINK_0_11_0   (1100)
#define PILOT_LINK_0_11_8   (1108)
#define PILOT_LINK_0_12_0   (1200)
#define PILOT_LINK_0_12_1   (1201)
#define PILOT_LINK_NUMBER

Detailed Description

Checks the pilot-link version and defines some convenience macros.

The main point of this file is to complain if you have a version of pilot-link before 0.12, which no longer work with KPilot.

Definition in file pilotLinkVersion.h.


Define Documentation

#define PI_SIZE_T   size_t

Definition at line 56 of file pilotLinkVersion.h.

#define PILOT_LINK_0_10_0   (1000)

Definition at line 46 of file pilotLinkVersion.h.

#define PILOT_LINK_0_11_0   (1100)

Definition at line 47 of file pilotLinkVersion.h.

#define PILOT_LINK_0_11_8   (1108)

Definition at line 48 of file pilotLinkVersion.h.

#define PILOT_LINK_0_12_0   (1200)

Definition at line 49 of file pilotLinkVersion.h.

#define PILOT_LINK_0_12_1   (1201)

Definition at line 50 of file pilotLinkVersion.h.

#define PILOT_LINK_NUMBER

Value:

((10000*PILOT_LINK_VERSION) + \
                (100*PILOT_LINK_MAJOR)+PILOT_LINK_MINOR)

Definition at line 44 of file pilotLinkVersion.h.