nNetObject::nKnowsAboutInfo Class Reference

#include <nNetObject.h>

List of all members.

Public Member Functions

 nKnowsAboutInfo ()
void Reset ()

Public Attributes

bool knowsAboutExistence: 1
bool nextSyncAck: 1
bool syncReq: 1
unsigned int acksPending: 4


Detailed Description

Definition at line 75 of file nNetObject.h.


Constructor & Destructor Documentation

nNetObject::nKnowsAboutInfo::nKnowsAboutInfo (  )  [inline]

Definition at line 87 of file nNetObject.h.

00087                          {
00088             memset(this, 0, sizeof(nKnowsAboutInfo) );
00089             Reset();
00090             syncReq=false;
00091         }


Member Function Documentation

void nNetObject::nKnowsAboutInfo::Reset (  )  [inline]

Definition at line 93 of file nNetObject.h.

Referenced by nNetObject::ClearKnows(), and nNetObject::RelabelOnConnect().

00093                     {
00094             knowsAboutExistence=false;
00095             nextSyncAck=true;
00096             syncReq=true;
00097             acksPending=0;
00098         }

Here is the caller graph for this function:


Member Data Documentation

bool nNetObject::nKnowsAboutInfo::knowsAboutExistence

Definition at line 78 of file nNetObject.h.

Referenced by nNetObject::nNetObject(), and nNetObject::SyncAll().

bool nNetObject::nKnowsAboutInfo::nextSyncAck

Definition at line 80 of file nNetObject.h.

Referenced by nNetObject::RequestSync(), and nNetObject::SyncAll().

bool nNetObject::nKnowsAboutInfo::syncReq

Definition at line 83 of file nNetObject.h.

Referenced by nNetObject::ReadSync(), nNetObject::RequestSync(), nNetObject::SyncAll(), and nNetObject::syncRequested().

unsigned int nNetObject::nKnowsAboutInfo::acksPending

Definition at line 85 of file nNetObject.h.

Referenced by nNetObject::SyncAll().


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:49:12 2008 for Armagetron Advanced by  doxygen 1.5.4