FlightGear next
ExternalPipe.cxx File Reference
#include <cstring>
#include <stdio.h>
#include <iostream>
#include <simgear/debug/logstream.hxx>
#include <simgear/io/lowlevel.hxx>
#include <simgear/misc/strutils.hxx>
#include <Main/fg_props.hxx>
#include <Network/native_structs.hxx>
#include <Network/native_ctrls.hxx>
#include <Network/native_fdm.hxx>
#include <Scenery/scenery.hxx>
#include "ExternalPipe.hxx"

Go to the source code of this file.

Functions

static int write_binary (char cmd_type, FILE *pd, char *cmd, int len)
 
static int write_property (FILE *pd, char *cmd)
 

Variables

static const int MAX_BUF = 32768
 

Function Documentation

◆ write_binary()

static int write_binary ( char cmd_type,
FILE * pd,
char * cmd,
int len )
static

Definition at line 120 of file ExternalPipe.cxx.

◆ write_property()

static int write_property ( FILE * pd,
char * cmd )
static

Definition at line 172 of file ExternalPipe.cxx.

Variable Documentation

◆ MAX_BUF

const int MAX_BUF = 32768
static

Definition at line 38 of file ExternalPipe.cxx.