Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

ArServerBase Member List

This is the complete list of members for ArServerBase, including all inherited members.

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
ArASyncTask()ArASyncTask
ArServerBase(bool addAriaExitCB=true, const char *serverName="")ArServerBase
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)ArServerBase
broadcastPacketTcpWithExclusion(ArNetPacket *packet, const char *name, ArServerClient *excludeClient)ArServerBase
broadcastPacketUdp(ArNetPacket *packet, const char *name)ArServerBase
broadcastPacketUdpByCommand(ArNetPacket *packet, unsigned int command)ArServerBase
broadcastPacketUdpByCommandWithExclusion(ArNetPacket *packet, unsigned int command, ArServerClient *excludeClient)ArServerBase
broadcastPacketUdpWithExclusion(ArNetPacket *packet, const char *name, ArServerClient *excludeClient)ArServerBase
cancel(void)ArThread [virtual]
cancelAll(void)ArThread [static]
close(void)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
getFrequency(unsigned int command, bool internalCall=false)ArServerBase
getFunc(void) const ArThread [virtual]
getJoinable(void) const ArThread [virtual]
getLogLevel(void)ArThread [static]
getNumClients(void)ArServerBase
getRunning(void) const ArThread [virtual]
getRunningWithLock(void)ArThread [virtual]
getTcpPort(void)ArServerBase
getThread(void) const ArThread [virtual]
getThreadName(void)ArThread [virtual]
getUdpPort(void)ArServerBase
getUserInfo(void) const ArServerBase
init(void)ArThread [static]
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
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 typedefArThread
myAdditionalDataFlagsArServerBase [protected]
myAriaExitCBArServerBase [protected]
myBlockAllSignalsArThread [protected]
myClientRemovedCallbacksArServerBase [protected]
myClientsArServerBase [protected]
myClientsMutexArServerBase [protected]
myCycleCallbacksArServerBase [protected]
myCycleCallbacksMutexArServerBase [protected]
myDataMapArServerBase [protected]
myDataMutexArServerBase [protected]
myFuncArThread [protected]
myGetFrequencyCBArServerBase [protected]
myGroupDescriptionArServerBase [protected]
myJoinableArThread [protected]
myMutexArThread [protected]
myNameArThread [protected]
myNextDataNumberArServerBase [protected]
myOpenedArServerBase [protected]
myPIDArThread [protected]
myProcessPacketCBArServerBase [protected]
myRejectingArServerBase [protected]
myRejectingStringArServerBase [protected]
myRunningArThread [protected]
mySendUdpCBArServerBase [protected]
myServerKeyArServerBase [protected]
myServerNameArServerBase [protected]
myStrMapArThread [protected]
myTcpPortArServerBase [protected]
myTcpSocketArServerBase [protected]
myThreadArThread [protected]
myUdpPortArServerBase [protected]
myUdpReceiverArServerBase [protected]
myUdpSocketArServerBase [protected]
myUserInfoArServerBase [protected]
open(unsigned int port, const char *openOnIP=NULL)ArServerBase
ourLogLevelArThread [protected, static]
ourThreadsArThread [protected, static]
ourThreadsMutexArThread [protected, static]
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
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
Status enum nameArThread
STATUS_ALREADY_DETATCHEDArThread
STATUS_FAILEDArThread
STATUS_INVALIDArThread
STATUS_JOIN_SELFArThread
STATUS_NO_SUCH_THREADArThread
STATUS_NORESOURCEArThread
stopAll()ArThread [static]
stopRunning(void)ArASyncTask [virtual]
threadStarted(void)ArThread [virtual]
ThreadType typedefArThread
tryLock(void)ArThread
unlock(void)ArThread
yieldProcessor(void)ArThread [static]
~ArASyncTask()ArASyncTask [virtual]
~ArServerBase()ArServerBase [virtual]
~ArThread()ArThread [virtual]


Generated on Tue Feb 20 10:51:51 2007 for ArNetworking by  doxygen 1.4.0