FlightGear next
|
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 () |
Props connection class.
This class represents a connection to props client.
Definition at line 53 of file propsProtocol.cxx.
FGProps::PropsChannel::PropsChannel | ( | FGProps * | owner | ) |
Constructor.
Definition at line 138 of file propsProtocol.cxx.
FGProps::PropsChannel::~PropsChannel | ( | ) |
Definition at line 147 of file propsProtocol.cxx.
|
override |
Append incoming data to our request buffer.
s | Character string to append to buffer |
n | Number of characters to append. |
Definition at line 236 of file propsProtocol.cxx.
|
override |
Process a complete request from the props client.
We have a command.
Definition at line 279 of file propsProtocol.cxx.
void FGProps::PropsChannel::publishDirtySubscriptions | ( | ) |
Definition at line 219 of file propsProtocol.cxx.
|
override |
Definition at line 214 of file propsProtocol.cxx.