#include <config.h>
#include "transponder.hxx"
#include <simgear/compiler.h>
#include <simgear/sg_inlines.h>
#include <simgear/debug/logstream.hxx>
#include <Main/fg_props.hxx>
#include <cstdio>
Go to the source code of this file.
◆ extractCodeDigit()
static int extractCodeDigit |
( |
int | code, |
|
|
int | index ) |
|
static |
◆ modifyCodeDigit()
static int modifyCodeDigit |
( |
int | code, |
|
|
int | index, |
|
|
int | digitValue ) |
|
static |
◆ IDENT_TIMEOUT
const double IDENT_TIMEOUT = 18.0 |
◆ INVALID_AIRSPEED
const int INVALID_AIRSPEED = -9999 |
◆ INVALID_ALTITUDE
const int INVALID_ALTITUDE = -9999 |
◆ INVALID_ID
const int INVALID_ID = -9999 |
◆ INVALID_MACH_NUM
const float INVALID_MACH_NUM = -1.0 |
◆ powersOf10
int powersOf10[4] = {1, 10, 100, 1000} |
|
static |