Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <ProcessID.h>
Definition at line 6 of file ProcessID.h.
Public Types | |
enum | ProcessID_t { MainProcess, MotionProcess, SoundProcess, NumProcesses } |
Holds ID number for each process. More... | |
Static Public Member Functions | |
ProcessID_t | getID () |
returns process's ID number, or if within a virtual function on a shared object, the process which created it (annoying) | |
Static Private Member Functions | |
void | setID (ProcessID_t id) |
sets the ID during init | |
Static Private Attributes | |
ProcessID_t | ID = ProcessID::NumProcesses |
holds ID number | |
Friends | |
class | MMCombo |
so that it can set the ID during init | |
class | SoundPlay |
so that it can set the ID during init |
|
Holds ID number for each process.
Definition at line 9 of file ProcessID.h. Referenced by getID(). |
|
returns process's ID number, or if within a virtual function on a shared object, the process which created it (annoying)
Definition at line 16 of file ProcessID.h. Referenced by SharedQueue< maxsize, maxentries >::clear(), SoundManager::CopyTo(), SoundManager::GetRemainTime(), SoundManager::InitAccess(), SoundManager::LoadBuffer(), SoundManager::LoadFile(), SoundManager::PausePlay(), SoundManager::Play(), SoundManager::PlayBuffer(), SoundManager::PlayFile(), MMCombo::ReadySendJoints(), SoundManager::Release(), SoundManager::ReleaseFile(), SharedQueue< maxsize, maxentries >::reserve(), SoundManager::ResumePlay(), SoundManager::SetMode(), and SoundManager::StopPlay(). |
|
sets the ID during init
Definition at line 21 of file ProcessID.h. Referenced by SoundPlay::DoInit(), and MMCombo::DoInit(). |
|
so that it can set the ID during init
Definition at line 19 of file ProcessID.h. |
|
so that it can set the ID during init
Definition at line 20 of file ProcessID.h. |
|
holds ID number
Definition at line 3 of file ProcessID.cc. |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:21 2004 by Doxygen 1.3.4 |