|
Allolib
1.0
C++ Components For Interactive Multimedia
|
This is the complete list of members for al::CommandServer, including all inherited members.
| BarrierState enum name (defined in al::CommandConnection) | al::CommandConnection | protected |
| CLIENT enum value (defined in al::CommandConnection) | al::CommandConnection | protected |
| COMMAND_LAST_INTERNAL enum value (defined in al::CommandConnection) | al::CommandConnection | |
| COMMAND_QUIT enum value (defined in al::CommandConnection) | al::CommandConnection | |
| connectionCount() (defined in al::CommandServer) | al::CommandServer | |
| connections() (defined in al::CommandServer) | al::CommandServer | |
| GOODBYE enum value (defined in al::CommandConnection) | al::CommandConnection | |
| GOODBYE_ACK enum value (defined in al::CommandConnection) | al::CommandConnection | |
| HANDSHAKE enum value (defined in al::CommandConnection) | al::CommandConnection | |
| HANDSHAKE_ACK enum value (defined in al::CommandConnection) | al::CommandConnection | |
| InternalCommands enum name (defined in al::CommandConnection) | al::CommandConnection | |
| mConnectionsLock (defined in al::CommandConnection) | al::CommandConnection | protected |
| mConnectionThreads (defined in al::CommandConnection) | al::CommandConnection | protected |
| mConnectionVersions (defined in al::CommandConnection) | al::CommandConnection | protected |
| mDataThreads (defined in al::CommandConnection) | al::CommandConnection | protected |
| mRevision (defined in al::CommandConnection) | al::CommandConnection | protected |
| mRunning (defined in al::CommandConnection) | al::CommandConnection | protected |
| mServerConnections (defined in al::CommandConnection) | al::CommandConnection | protected |
| mSocket (defined in al::CommandConnection) | al::CommandConnection | protected |
| mState (defined in al::CommandConnection) | al::CommandConnection | protected |
| mVerbose (defined in al::CommandConnection) | al::CommandConnection | protected |
| mVersion (defined in al::CommandConnection) | al::CommandConnection | protected |
| NONE enum value (defined in al::CommandConnection) | al::CommandConnection | protected |
| onConnection(Socket *newConnection) (defined in al::CommandConnection) | al::CommandConnection | inlineprotectedvirtual |
| onReceiveError() (defined in al::CommandConnection) | al::CommandConnection | inlinevirtual |
| ping(double timeoutSecs=1.0) | al::CommandServer | |
| PING enum value (defined in al::CommandConnection) | al::CommandConnection | |
| PONG enum value (defined in al::CommandConnection) | al::CommandConnection | |
| processIncomingMessage(Message &message, Socket *src) (defined in al::CommandConnection) | al::CommandConnection | inlinevirtual |
| sendMessage(uint8_t *message, size_t length, Socket *dst=nullptr, ValueSource *src=nullptr) override | al::CommandServer | virtual |
| SERVER enum value (defined in al::CommandConnection) | al::CommandConnection | protected |
| setVerbose(bool verbose) (defined in al::CommandConnection) | al::CommandConnection | inline |
| start(uint16_t serverPort=34450, const char *serverAddr="localhost") override (defined in al::CommandServer) | al::CommandServer | virtual |
| stop() override (defined in al::CommandServer) | al::CommandServer | virtual |
| waitForConnections(uint16_t connectionCount, double timeout=60.0) | al::CommandServer |