monitorMode.h

Go to the documentation of this file.
00001 #ifndef MONITOR_MODE_H
00002 #define MONITOR_MODE_H
00003 
00013 namespace Monitor {
00017   enum {
00018     Unknown = -1,               
00019     RealDevice = 0,             
00020     Simulator,                  
00021     Playback,                   
00022   };
00023 }
00024 
00025 #endif /* !MONITOR_MODE_H */
00026 

Generated on Mon Apr 13 22:52:03 2009 by  doxygen 1.5.7.1