Homepage Demos Overview Downloads Tutorials Reference
Credits

def.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Variables

const char *const  objectName = "SoundPlay"
const int numOfSubject = 3
const int numOfObserver = 2
const char *const  subjectService [numOfSubject]
const char *const  observerService [numOfObserver]
const int sbjSpeaker = 0
const int sbjRegisterSoundManager = 1
const int sbjSoundManagerComm = 2
const int obsSoundManagerComm = 0
const int obsReceiveEventTranslatorQueue = 1


Variable Documentation

const int numOfObserver = 2
 

Definition at line 29 of file SoundPlay/def.h.

const int numOfSubject = 3
 

Definition at line 28 of file SoundPlay/def.h.

const char* const objectName = "SoundPlay"
 

Definition at line 23 of file SoundPlay/def.h.

const char* const observerService[numOfObserver]
 

Initial value:

 
{
  "SoundPlay.SoundManagerComm.SoundManagerMsg.O",
  "SoundPlay.ReceiveEventTranslatorQueue.EventTranslatorQueue.O"
}

Definition at line 41 of file SoundPlay/def.h.

const int obsReceiveEventTranslatorQueue = 1
 

Definition at line 58 of file SoundPlay/def.h.

const int obsSoundManagerComm = 0
 

Definition at line 57 of file SoundPlay/def.h.

Referenced by SoundPlay::DoInit(), and SoundPlay::GotSoundMsg().

const int sbjRegisterSoundManager = 1
 

Definition at line 51 of file SoundPlay/def.h.

Referenced by SoundPlay::ReadyRegisterSoundManager().

const int sbjSoundManagerComm = 2
 

Definition at line 52 of file SoundPlay/def.h.

const int sbjSpeaker = 0
 

Definition at line 50 of file SoundPlay/def.h.

Referenced by SoundPlay::doSendSound().

const char* const subjectService[numOfSubject]
 

Initial value:

 
{
  "SoundPlay.Speaker.OSoundVectorData.S",
  "SoundPlay.RegisterSoundManager.SoundManager.S",
  "SoundPlay.SoundManagerComm.SoundManagerMsg.S"
}

Definition at line 34 of file SoundPlay/def.h.


Tekkotsu v2.1
Generated Tue Mar 16 23:19:42 2004 by Doxygen 1.3.5