#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.
◆ write_binary()
static int write_binary |
( |
char | cmd_type, |
|
|
FILE * | pd, |
|
|
char * | cmd, |
|
|
int | len ) |
|
static |
◆ write_property()
static int write_property |
( |
FILE * | pd, |
|
|
char * | cmd ) |
|
static |
◆ MAX_BUF
const int MAX_BUF = 32768 |
|
static |