Allolib  1.0
C++ Components For Interactive Multimedia
al::CommandServer Member List

This is the complete list of members for al::CommandServer, including all inherited members.

BarrierState enum name (defined in al::CommandConnection)al::CommandConnectionprotected
CLIENT enum value (defined in al::CommandConnection)al::CommandConnectionprotected
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::CommandConnectionprotected
mConnectionThreads (defined in al::CommandConnection)al::CommandConnectionprotected
mConnectionVersions (defined in al::CommandConnection)al::CommandConnectionprotected
mDataThreads (defined in al::CommandConnection)al::CommandConnectionprotected
mRevision (defined in al::CommandConnection)al::CommandConnectionprotected
mRunning (defined in al::CommandConnection)al::CommandConnectionprotected
mServerConnections (defined in al::CommandConnection)al::CommandConnectionprotected
mSocket (defined in al::CommandConnection)al::CommandConnectionprotected
mState (defined in al::CommandConnection)al::CommandConnectionprotected
mVerbose (defined in al::CommandConnection)al::CommandConnectionprotected
mVersion (defined in al::CommandConnection)al::CommandConnectionprotected
NONE enum value (defined in al::CommandConnection)al::CommandConnectionprotected
onConnection(Socket *newConnection) (defined in al::CommandConnection)al::CommandConnectioninlineprotectedvirtual
onReceiveError() (defined in al::CommandConnection)al::CommandConnectioninlinevirtual
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::CommandConnectioninlinevirtual
sendMessage(uint8_t *message, size_t length, Socket *dst=nullptr, ValueSource *src=nullptr) overrideal::CommandServervirtual
SERVER enum value (defined in al::CommandConnection)al::CommandConnectionprotected
setVerbose(bool verbose) (defined in al::CommandConnection)al::CommandConnectioninline
start(uint16_t serverPort=34450, const char *serverAddr="localhost") override (defined in al::CommandServer)al::CommandServervirtual
stop() override (defined in al::CommandServer)al::CommandServervirtual
waitForConnections(uint16_t connectionCount, double timeout=60.0)al::CommandServer