

Public Member Functions | |
| CmosRWFactoryImpl () | |
| virtual | ~CmosRWFactoryImpl () throw () |
| virtual ICmosRW * | getSingleton () |
| virtual ICmosRW * | makeNew () |
| virtual void | reset () |
| virtual void | setParameter (const std::string name, const std::string value) |
| virtual void | setParameter (const std::string name, const u32 value) |
| virtual void | setMode (const int newMode) |
| virtual std::string | getParameterString (const std::string name) const |
| virtual u32 | getParameterNum (const std::string name) const |
| virtual int | getMode () const |
Static Public Member Functions | |
| static TFactory< CmosRWFactory > * | getFactory (R *foo=0) |
Protected Attributes | |
| int | mode |
| std::map< std::string, std::string > | strParamMap |
| std::map< std::string, u32 > | numParamMap |
Static Protected Attributes | |
| static ICmosRW * | _cmosPtr = 0 |
| static TFactory< CmosRWFactory > * | _instance |
Definition at line 27 of file CmosRWFactory.cpp.
| CmosRWFactoryImpl | ( | ) | [inline] |
Definition at line 30 of file CmosRWFactory.cpp.
| ~CmosRWFactoryImpl | ( | ) | throw () [virtual] |
Definition at line 46 of file CmosRWFactory.cpp.
References CmosRWFactoryImpl::_cmosPtr.
| static TFactory<CmosRWFactory >* getFactory | ( | R * | foo = 0 |
) | [inline, static, inherited] |
Definition at line 53 of file FactoryImpl2.h.
| virtual int getMode | ( | ) | const [inline, virtual, inherited] |
Definition at line 82 of file FactoryImpl2.h.
| virtual u32 getParameterNum | ( | const std::string | name | ) | const [inline, virtual, inherited] |
Definition at line 81 of file FactoryImpl2.h.
| virtual std::string getParameterString | ( | const std::string | name | ) | const [inline, virtual, inherited] |
Definition at line 80 of file FactoryImpl2.h.
Referenced by CmosRWFactoryImpl::makeNew().
| ICmosRW * getSingleton | ( | ) | [virtual] |
Definition at line 63 of file CmosRWFactory.cpp.
References CmosRWFactoryImpl::_cmosPtr, and CmosRWFactoryImpl::makeNew().

| ICmosRW * makeNew | ( | ) | [virtual] |
Definition at line 71 of file CmosRWFactory.cpp.
References TFactory< CmosRWFactory >::getParameterString(), and TFactory< CmosRWFactory >::mode.
Referenced by CmosRWFactoryImpl::getSingleton().

| virtual void reset | ( | ) | [inline, virtual, inherited] |
Definition at line 63 of file FactoryImpl2.h.
| virtual void setMode | ( | const int | newMode | ) | [inline, virtual, inherited] |
Definition at line 77 of file FactoryImpl2.h.
| virtual void setParameter | ( | const std::string | name, | |
| const u32 | value | |||
| ) | [inline, virtual, inherited] |
Definition at line 76 of file FactoryImpl2.h.
| virtual void setParameter | ( | const std::string | name, | |
| const std::string | value | |||
| ) | [inline, virtual, inherited] |
Definition at line 75 of file FactoryImpl2.h.
Definition at line 35 of file CmosRWFactory.cpp.
Referenced by CmosRWFactoryImpl::getSingleton(), and CmosRWFactoryImpl::~CmosRWFactoryImpl().
TFactory<CmosRWFactory >* _instance [static, protected, inherited] |
Definition at line 92 of file FactoryImpl2.h.
int mode [protected, inherited] |
Definition at line 89 of file FactoryImpl2.h.
Referenced by CmosRWFactoryImpl::makeNew().
std::map< std::string, u32 > numParamMap [mutable, protected, inherited] |
Definition at line 91 of file FactoryImpl2.h.
std::map< std::string, std::string > strParamMap [mutable, protected, inherited] |
Definition at line 90 of file FactoryImpl2.h.
1.7.1