Homepage Demos Overview Downloads Tutorials Reference
Credits

def.h

Go to the documentation of this file.
00001 //
00002 //  def.h
00003 //  This file is generated by stubgen2.
00004 //
00005 
00006 //
00007 // Copyright 2002 Sony Corporation 
00008 //
00009 // Permission to use, copy, modify, and redistribute this software for
00010 // non-commercial use is hereby granted.
00011 //
00012 // This software is provided "as is" without warranty of any kind,
00013 // either expressed or implied, including but not limited to the
00014 // implied warranties of fitness for a particular purpose.
00015 //
00016 
00017 #ifndef _def_h_DEFINED
00018 #define _def_h_DEFINED
00019 
00020 //
00021 //  Object name
00022 //
00023 const char* const objectName = "SoundPlay";
00024 
00025 //
00026 //  Number of OObserver & OSubeject instances
00027 //
00028 const int numOfSubject  = 3;
00029 const int numOfObserver = 2;
00030 
00031 //
00032 //  Service name
00033 //
00034 const char* const subjectService[numOfSubject] = 
00035 {
00036   "SoundPlay.Speaker.OSoundVectorData.S",
00037   "SoundPlay.RegisterSoundManager.SoundManager.S",
00038   "SoundPlay.SoundManagerComm.SoundManagerMsg.S"
00039 };
00040 
00041 const char* const observerService[numOfObserver] = 
00042 {
00043   "SoundPlay.SoundManagerComm.SoundManagerMsg.O",
00044   "SoundPlay.ReceiveEventTranslatorQueue.EventTranslatorQueue.O"
00045 };
00046 
00047 //
00048 //  OSubject Index
00049 //
00050 const int sbjSpeaker = 0;
00051 const int sbjRegisterSoundManager = 1;
00052 const int sbjSoundManagerComm = 2;
00053 
00054 //
00055 //  OObserver Index
00056 //
00057 const int obsSoundManagerComm = 0;
00058 const int obsReceiveEventTranslatorQueue = 1;
00059 
00060 
00061 #endif // _def_h_DEFINED

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