#include <config.h>
#include <simgear/compiler.h>
#include <errno.h>
#include <cmath>
#include <cstdio>
#include <chrono>
#include <string>
#include <thread>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/props_io.hxx>
#include <Main/fg_props.hxx>
#include "ATC-Outputs.hxx"
Go to the source code of this file.
◆ adf_has_power()
static bool adf_has_power |
( |
| ) |
|
|
static |
◆ ATCLock()
static int ATCLock |
( |
int | fd | ) |
|
|
static |
◆ ATCRelease()
static int ATCRelease |
( |
int | fd | ) |
|
|
static |
◆ ATCSetAnalogOut()
static int ATCSetAnalogOut |
( |
int | fd, |
|
|
unsigned char | data[48 *2] ) |
|
static |
◆ ATCSetLamp()
void ATCSetLamp |
( |
int | fd, |
|
|
int | channel, |
|
|
bool | value ) |
◆ ATCSetRadios()
static int ATCSetRadios |
( |
int | fd, |
|
|
unsigned char | data[48] ) |
|
static |
◆ ATCSetStepper()
static int ATCSetStepper |
( |
int | fd, |
|
|
unsigned char | channel, |
|
|
unsigned char | value ) |
|
static |
◆ dme_has_power()
static bool dme_has_power |
( |
| ) |
|
|
static |
◆ navcom1_has_power()
static bool navcom1_has_power |
( |
| ) |
|
|
static |
◆ navcom2_has_power()
static bool navcom2_has_power |
( |
| ) |
|
|
static |
◆ xpdr_has_power()
static bool xpdr_has_power |
( |
| ) |
|
|
static |