FlightGear next
FGProps::PropsChannel Class Reference

Props connection class. More...

Inherits simgear::NetChat, and SGPropertyChangeListener.

Public Member Functions

 PropsChannel (FGProps *owner)
 Constructor.
 
 ~PropsChannel ()
 
void collectIncomingData (const char *s, int n) override
 Append incoming data to our request buffer.
 
void foundTerminator () override
 Process a complete request from the props client.
 
void valueChanged (SGPropertyNode *node) override
 
void publishDirtySubscriptions ()
 

Detailed Description

Props connection class.

This class represents a connection to props client.

Definition at line 53 of file propsProtocol.cxx.

Constructor & Destructor Documentation

◆ PropsChannel()

FGProps::PropsChannel::PropsChannel ( FGProps * owner)

Constructor.

Definition at line 138 of file propsProtocol.cxx.

◆ ~PropsChannel()

FGProps::PropsChannel::~PropsChannel ( )

Definition at line 147 of file propsProtocol.cxx.

Member Function Documentation

◆ collectIncomingData()

void FGProps::PropsChannel::collectIncomingData ( const char * s,
int n )
override

Append incoming data to our request buffer.

Parameters
sCharacter string to append to buffer
nNumber of characters to append.

Definition at line 236 of file propsProtocol.cxx.

◆ foundTerminator()

void FGProps::PropsChannel::foundTerminator ( )
override

Process a complete request from the props client.

We have a command.

Definition at line 279 of file propsProtocol.cxx.

◆ publishDirtySubscriptions()

void FGProps::PropsChannel::publishDirtySubscriptions ( )

Definition at line 219 of file propsProtocol.cxx.

◆ valueChanged()

void FGProps::PropsChannel::valueChanged ( SGPropertyNode * node)
override

Definition at line 214 of file propsProtocol.cxx.


The documentation for this class was generated from the following file: