| acceptTcpSockets(void) | ArServerBase | [protected] |
| addClientRemovedCallback(ArFunctor1< ArServerClient * > *functor) | ArServerBase | |
| addCycleCallback(ArFunctor *functor) | ArServerBase | |
| addData(const char *name, const char *description, ArFunctor2< ArServerClient *, ArNetPacket * > *functor, const char *argumentDescription, const char *returnDescription, const char *commandGroup=NULL, const char *dataFlags=NULL) | ArServerBase | |
| addDataAdvanced(const char *name, const char *description, ArFunctor2< ArServerClient *, ArNetPacket * > *functor, const char *argumentDescription, const char *returnDescription, const char *commandGroup=NULL, const char *dataFlags=NULL, unsigned int commandNumber=0, ArFunctor2< long, unsigned int > *requestChangedFunctor=NULL, ArFunctor2< ArServerClient *, ArNetPacket * > *requestOnceFunctor=NULL) | ArServerBase | |
| addIdleSingleShotCallback(ArFunctor *functor) | ArServerBase | |
| allowingIdlePackets(void) | ArServerBase | |
| ArASyncTask() | ArASyncTask | |
| ArServerBase(bool addAriaExitCB=true, const char *serverName="", bool addBackupTimeoutToConfig=true, const char *backupTimeoutName="RobotToClientTimeoutInMins", const char *backupTimeoutDesc="The amount of time the central server can go without sending a packet to the robot successfully (when there are packets to send). A number less than 0 means this won't happen. The time is in minutes but takes doubles (ie .5) (5 seconds is used if the value is positive, but less than that amount)", bool masterServer=false, bool slaveServer=false, bool logPasswordFailureVerbosely=false, bool allowSlowPackets=true, bool allowIdlePackets=true) | ArServerBase | |
| ArServerBase::SlowIdleThread class | ArServerBase | [friend] |
| ArThread(ArFunctor *func, bool joinable=true, bool blockAllSignals=true) | ArThread | |
| ArThread(ThreadType thread, bool joinable, bool blockAllSignals=true) | ArThread | |
| ArThread(bool blockAllSignals=true) | ArThread | |
| broadcastPacketTcp(ArNetPacket *packet, const char *name) | ArServerBase | |
| broadcastPacketTcpByCommand(ArNetPacket *packet, unsigned int command) | ArServerBase | |
| broadcastPacketTcpByCommandWithExclusion(ArNetPacket *packet, unsigned int command, ArServerClient *excludeClient, bool match=false, ArServerClientIdentifier identifier=ArServerClientIdentifier(), bool matchConnectionID=false) | ArServerBase | |
| broadcastPacketTcpToMatching(ArNetPacket *packet, const char *name, ArServerClientIdentifier identifier, bool matchConnectionID=false) | ArServerBase | |
| broadcastPacketTcpWithExclusion(ArNetPacket *packet, const char *name, ArServerClient *excludeClient, bool match=false, ArServerClientIdentifier identifier=ArServerClientIdentifier(), bool matchConnectionID=false) | ArServerBase | |
| broadcastPacketUdp(ArNetPacket *packet, const char *name) | ArServerBase | |
| broadcastPacketUdpByCommand(ArNetPacket *packet, unsigned int command) | ArServerBase | |
| broadcastPacketUdpByCommandWithExclusion(ArNetPacket *packet, unsigned int command, ArServerClient *excludeClient, bool match=false, ArServerClientIdentifier identifier=ArServerClientIdentifier(), bool matchConnectionID=false) | ArServerBase | |
| broadcastPacketUdpToMatching(ArNetPacket *packet, const char *name, ArServerClientIdentifier identifier, bool matchConnectionID) | ArServerBase | |
| broadcastPacketUdpWithExclusion(ArNetPacket *packet, const char *name, ArServerClient *excludeClient, bool match=false, ArServerClientIdentifier identifier=ArServerClientIdentifier(), bool matchConnectionID=false) | ArServerBase | |
| cancel(void) | ArThread | [virtual] |
| cancelAll(void) | ArThread | [static] |
| close(void) | ArServerBase | |
| closeConnectionID(ArTypes::UByte4 idNum) | ArServerBase | |
| create(bool joinable=true, bool lowerPriority=true) | ArASyncTask | [virtual] |
| ArThread::create(ArFunctor *func, bool joinable=true, bool lowerPriority=true) | ArThread | [virtual] |
| dataHasFlag(const char *name, const char *dataFlag) | ArServerBase | |
| dataHasFlagByCommand(unsigned int command, const char *dataFlag) | ArServerBase | |
| detach(void) | ArThread | [virtual] |
| doJoin(void **ret=NULL) | ArThread | [protected, virtual] |
| findCommandFromName(const char *command) | ArServerBase | |
| finishAcceptingSocket(ArSocket *socket, bool skipPassword=false, bool doNotReject=false) | ArServerBase | [protected] |
| getBlockAllSignals(void) | ArThread | |
| getDebugLogging(void) | ArServerBase | |
| getFrequency(unsigned int command, bool internalCall=false) | ArServerBase | |
| getFunc(void) const | ArThread | [virtual] |
| getJoinable(void) const | ArThread | [virtual] |
| getLogLevel(void) | ArThread | [static] |
| getMostClients(void) | ArServerBase | |
| getNumClients(void) | ArServerBase | |
| getOpenOnIP(void) | ArServerBase | |
| getOSThread(void) const | ArThread | [virtual] |
| getPID(void) | ArThread | |
| getRunning(void) const | ArThread | [virtual] |
| getRunningWithLock(void) | ArThread | [virtual] |
| getTcpPort(void) | ArServerBase | |
| getThisOSThread(void) | ArThread | [static] |
| getThisThread(void) | ArThread | [static] |
| getThisThreadName(void) | ArThread | [static] |
| getThread(void) const | ArThread | [virtual] |
| getThreadActivity(void) | ArASyncTask | [virtual] |
| getThreadName(void) | ArThread | [virtual] |
| getUdpPort(void) | ArServerBase | |
| getUserInfo(void) const | ArServerBase | |
| hasIdleCallbacks(void) | ArServerBase | |
| hasIdlePackets(void) | ArServerBase | |
| hasSlowPackets(void) | ArServerBase | |
| identGetConnectionID(ArServerClient *client, ArNetPacket *packet) | ArServerBase | [protected] |
| identSetConnectionID(ArServerClient *client, ArNetPacket *packet) | ArServerBase | [protected] |
| identSetHereGoal(ArServerClient *client, ArNetPacket *packet) | ArServerBase | [protected] |
| identSetSelfIdentifier(ArServerClient *client, ArNetPacket *packet) | ArServerBase | [protected] |
| idleProcessingPending(void) | ArServerBase | |
| init(void) | ArThread | [static] |
| isThreadFinished() const | ArThread | [virtual] |
| isThreadStarted() const | ArThread | [virtual] |
| join(void **ret=NULL) | ArThread | [virtual] |
| joinAll(void) | ArThread | [static] |
| loadUserInfo(const char *fileName, const char *baseDirectory="") | ArServerBase | |
| lock(void) | ArThread | |
| logCommandGroups(void) | ArServerBase | |
| logCommandGroupsToFile(const char *fileName) | ArServerBase | |
| logConnections(const char *prefix="") | ArServerBase | |
| logGroupDescriptions(void) | ArServerBase | |
| logGroupDescriptionsToFile(const char *fileName) | ArServerBase | |
| logThreadInfo(void) | ArThread | [virtual] |
| logTracking(bool terse=true) | ArServerBase | |
| logUserInfo(void) | ArServerBase | |
| loopOnce(void) | ArServerBase | |
| makeNewServerClientFromSocket(ArSocket *socket, bool doNotReject) | ArServerBase | |
| MapType typedef | ArThread | |
| myAcceptingSocket | ArServerBase | [protected] |
| myAdditionalDataFlags | ArServerBase | [protected] |
| myAddList | ArServerBase | [protected] |
| myAddListMutex | ArServerBase | [protected] |
| myAllowIdlePackets | ArServerBase | [protected] |
| myAllowSlowPackets | ArServerBase | [protected] |
| myAriaExitCB | ArServerBase | [protected] |
| myBackupTimeout | ArServerBase | [protected] |
| myBlockAllSignals | ArThread | [protected] |
| myClientRemovedCallbacks | ArServerBase | [protected] |
| myClients | ArServerBase | [protected] |
| myClientsMutex | ArServerBase | [protected] |
| myConnectionNumber | ArServerBase | [protected] |
| myCycleCallbacks | ArServerBase | [protected] |
| myCycleCallbacksMutex | ArServerBase | [protected] |
| myDataMap | ArServerBase | [protected] |
| myDataMutex | ArServerBase | [protected] |
| myDebugLogging | ArServerBase | [protected] |
| myFinished | ArThread | [protected] |
| myFunc | ArThread | [protected] |
| myGetFrequencyCB | ArServerBase | [protected] |
| myGroupDescription | ArServerBase | [protected] |
| myHaveIdleCallbacks | ArServerBase | [protected] |
| myHaveIdlePackets | ArServerBase | [protected] |
| myHaveSlowPackets | ArServerBase | [protected] |
| myIdentGetConnectionIDCB | ArServerBase | [protected] |
| myIdentSetConnectionIDCB | ArServerBase | [protected] |
| myIdentSetHereGoalCB | ArServerBase | [protected] |
| myIdentSetSelfIdentifierCB | ArServerBase | [protected] |
| myIdleCallbacks | ArServerBase | [protected] |
| myIdleCallbacksMutex | ArServerBase | [protected] |
| myIdleProcessingPendingCB | ArServerBase | [protected] |
| myJoinable | ArThread | [protected] |
| myLastIdleProcessingPending | ArServerBase | [protected] |
| myLogPasswordFailureVerbosely | ArServerBase | [protected] |
| myLogPrefix | ArServerBase | [protected] |
| myLoopMSecs | ArServerBase | [protected] |
| myMostClients | ArServerBase | [protected] |
| myMutex | ArThread | [protected] |
| myName | ArThread | [protected] |
| myNextDataNumber | ArServerBase | [protected] |
| myNumClients | ArServerBase | [protected] |
| myOpened | ArServerBase | [protected] |
| myOpenOnIP | ArServerBase | [protected] |
| myPID | ArThread | [protected] |
| myProcessFileCB | ArServerBase | [protected] |
| myProcessingSlowIdleMutex | ArServerBase | [protected] |
| myProcessPacketCB | ArServerBase | [protected] |
| myRejecting | ArServerBase | [protected] |
| myRejectingString | ArServerBase | [protected] |
| myRemoveSet | ArServerBase | [protected] |
| myRemoveSetMutex | ArServerBase | [protected] |
| myRunning | ArThread | [protected] |
| mySendUdpCB | ArServerBase | [protected] |
| myServerKey | ArServerBase | [protected] |
| myServerName | ArServerBase | [protected] |
| mySlowIdleThread | ArServerBase | [protected] |
| myStarted | ArThread | [protected] |
| myStrMap | ArThread | [protected] |
| myTcpOnly | ArServerBase | [protected] |
| myTcpPort | ArServerBase | [protected] |
| myTcpSocket | ArServerBase | [protected] |
| myThread | ArThread | [protected] |
| myUdpPort | ArServerBase | [protected] |
| myUdpReceiver | ArServerBase | [protected] |
| myUdpSocket | ArServerBase | [protected] |
| myUserInfo | ArServerBase | [protected] |
| myVerboseLogLevel | ArServerBase | [protected] |
| netIdleProcessingPending(ArServerClient *client, ArNetPacket *packet) | ArServerBase | [protected] |
| open(unsigned int port, const char *openOnIP=NULL, bool tcpOnly=false) | ArServerBase | |
| osSelf(void) | ArThread | [static] |
| ourLogLevel | ArThread | [protected, static] |
| ourThreads | ArThread | [protected, static] |
| ourThreadsMutex | ArThread | [protected, static] |
| ourUnknownThreadName | ArThread | [protected, static] |
| processFile(void) | ArServerBase | [protected] |
| processPacket(ArNetPacket *packet, struct sockaddr_in *sin) | ArServerBase | |
| rejectSinceUsingCentralServer(const char *centralServerIPString) | ArServerBase | |
| remClientRemovedCallback(ArFunctor1< ArServerClient * > *functor) | ArServerBase | |
| remCycleCallback(ArFunctor *functor) | ArServerBase | |
| resetTracking(void) | ArServerBase | |
| run(void) | ArServerBase | [virtual] |
| runAsync(void) | ArServerBase | [virtual] |
| runInThisThread(void *arg=0) | ArASyncTask | [virtual] |
| runThread(void *arg) | ArServerBase | [virtual] |
| self(void) | ArThread | [static] |
| sendUdp(ArNetPacket *packet, struct sockaddr_in *sin) | ArServerBase | |
| setAdditionalDataFlags(const char *additionalDataFlags) | ArServerBase | |
| setBackupTimeout(double timeoutInMins) | ArServerBase | |
| setDebugLogging(bool debugLogging=false) | ArServerBase | |
| setGroupDescription(const char *GrpName, const char *GrpDesc) | ArServerBase | |
| setLogLevel(ArLog::LogLevel level) | ArThread | [static] |
| setRunning(bool running) | ArThread | [virtual] |
| setServerKey(const char *serverKey) | ArServerBase | |
| setThreadName(const char *name) | ArThread | [virtual] |
| setUserInfo(const ArServerUserInfo *userInfo) | ArServerBase | |
| slowIdleCallback(void) | ArServerBase | [protected] |
| Status enum name | ArThread | |
| STATUS_ALREADY_DETATCHED | ArThread | |
| STATUS_ALREADY_DETATCHED enum value | ArThread | |
| STATUS_FAILED | ArThread | |
| STATUS_FAILED enum value | ArThread | |
| STATUS_INVALID | ArThread | |
| STATUS_INVALID enum value | ArThread | |
| STATUS_JOIN_SELF | ArThread | |
| STATUS_JOIN_SELF enum value | ArThread | |
| STATUS_NO_SUCH_THREAD | ArThread | |
| STATUS_NO_SUCH_THREAD enum value | ArThread | |
| STATUS_NORESOURCE | ArThread | |
| STATUS_NORESOURCE enum value | ArThread | |
| stopAll() | ArThread | [static] |
| stopRunning(void) | ArASyncTask | [virtual] |
| threadFinished(void) | ArThread | [virtual] |
| threadStarted(void) | ArThread | [virtual] |
| ThreadType typedef | ArThread | |
| tryLock(void) | ArThread | |
| unlock(void) | ArThread | |
| yieldProcessor(void) | ArThread | [static] |
| ~ArASyncTask() | ArASyncTask | [virtual] |
| ~ArServerBase() | ArServerBase | [virtual] |
| ~ArThread() | ArThread | [virtual] |