FlightGear next
ATC-Main.cxx File Reference
#include <simgear/compiler.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <string>
#include <simgear/debug/logstream.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/io/iochannel.hxx>
#include <simgear/math/sg_types.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/props.hxx>
#include <simgear/structure/exception.hxx>
#include <Scripting/NasalSys.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include "ATC-Main.hxx"

Go to the source code of this file.

Functions

static int fgATCMainLock (int fd)
 
static int fgATCMainRelease (int fd)
 

Function Documentation

◆ fgATCMainLock()

static int fgATCMainLock ( int fd)
static

Definition at line 63 of file ATC-Main.cxx.

◆ fgATCMainRelease()

static int fgATCMainRelease ( int fd)
static

Definition at line 78 of file ATC-Main.cxx.