Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

MasterC Class Reference

#include <masterc.h>

Inheritance diagram for MasterC:

Inheritance graph
[legend]
Collaboration diagram for MasterC:

Collaboration graph
[legend]
List of all members.

Public Methods

 MasterC ()
virtual ~MasterC ()
void SetQuit ()
void SetSleep ()
void SetWake ()

Protected Attributes

long m_numberOfEventBroker
long m_numberOfDataPorts
long m_notifyUpdateCounter
long m_notifySwapCounter
long m_initCounter
ArrayC< int > m_notifySwap
ArrayC< int > m_notifyUpdate
ArrayC< StringCm_trObjName
ArrayC< StringCm_interfaceName
ArrayC< StringCm_interfaceTrObjName
short m_bQuit
short m_bSleep
short m_bSleepOld

Constructor & Destructor Documentation

MasterC::MasterC   [inline]
 

Definition at line 40 of file masterc.h.

00040            {  
00041     m_numberOfEventBroker=0;
00042     m_notifySwapCounter=0;
00043     m_notifyUpdateCounter=0;
00044     m_initCounter = 0;
00045     m_bQuit = false;
00046     m_bSleep = false;
00047     m_bSleepOld = false;
00048   }

virtual MasterC::~MasterC   [inline, virtual]
 

Definition at line 49 of file masterc.h.

00049 {}


Member Function Documentation

void MasterC::SetQuit   [inline]
 

Definition at line 50 of file masterc.h.

00050 {m_bQuit = true;m_bSleep = false;}

void MasterC::SetSleep   [inline]
 

Definition at line 51 of file masterc.h.

00051 {m_bSleep = true;}

void MasterC::SetWake   [inline]
 

Definition at line 52 of file masterc.h.

00052 {m_bSleep = false;m_bSleepOld=true;}


Member Data Documentation

short MasterC::m_bQuit [protected]
 

Definition at line 67 of file masterc.h.

short MasterC::m_bSleep [protected]
 

Definition at line 68 of file masterc.h.

short MasterC::m_bSleepOld [protected]
 

Definition at line 69 of file masterc.h.

long MasterC::m_initCounter [protected]
 

Definition at line 59 of file masterc.h.

ArrayC<StringC> MasterC::m_interfaceName [protected]
 

Definition at line 65 of file masterc.h.

ArrayC<StringC> MasterC::m_interfaceTrObjName [protected]
 

Definition at line 66 of file masterc.h.

ArrayC<int> MasterC::m_notifySwap [protected]
 

Definition at line 61 of file masterc.h.

long MasterC::m_notifySwapCounter [protected]
 

Definition at line 58 of file masterc.h.

ArrayC<int> MasterC::m_notifyUpdate [protected]
 

Definition at line 62 of file masterc.h.

long MasterC::m_notifyUpdateCounter [protected]
 

Definition at line 57 of file masterc.h.

long MasterC::m_numberOfDataPorts [protected]
 

Definition at line 56 of file masterc.h.

long MasterC::m_numberOfEventBroker [protected]
 

Definition at line 55 of file masterc.h.

ArrayC<StringC> MasterC::m_trObjName [protected]
 

Definition at line 64 of file masterc.h.


The documentation for this class was generated from the following file:
Generated on Tue Jul 29 14:30:51 2003 for Open ActiveWrl by doxygen1.3-rc2