| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Reactor.h

Go to the documentation of this file.
00001 #ifndef REACTOR_HH
00002 #define REACTOR_HH
00003 
00017 
00018 namespace Reactor {
00019    enum Reactor_t {
00020     kUnknown   = 0x00,
00021     kDayaBayA  = 0x01,
00022     kDayaBayB  = 0x02,
00023     kLingAoIA  = 0x04, 
00024     kLingAoIB  = 0x08,
00025     kLingAoIIA = 0x10, 
00026     kLingAoIIB = 0x20
00027     };
00028 
00029     const char* AsString(Reactor_t core);
00030     Reactor_t   FromString(const char* str);
00031 }
00032 
00033 
00034 #endif
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:14:47 2011 for Conventions by doxygen 1.4.7