Stellarium
0.17.0
|
Public Member Functions | |
bool | handleMessage (QDataStream &stream, SyncProtocol::tPayloadSize dataSize, SyncRemotePeer &peer) Q_DECL_OVERRIDE |
Read a message directly from the stream. More... | |
Public Member Functions inherited from ClientHandler | |
ClientHandler (SyncClient *client) | |
Additional Inherited Members | |
Protected Attributes inherited from ClientHandler | |
SyncClient * | client |
StelCore * | core |
|
virtual |
SyncMessage::deserialize of the correct class should be used to deserialize the message.
stream | The stream to be used to read data. The current position is after the header. |
dataSize | The data size from the message header |
peer | The remote peer this message originated from. Can be used to send replies through SyncRemotePeer::writeMessage |
Implements SyncMessageHandler.