a map of known plc More...
| Public Member Functions | |
| KnownPLC () | |
| constructor  More... | |
| ~KnownPLC () | |
| destructor  More... | |
| PLC | get (std::string const &name) | 
| returns the PLC corresponding to a name  More... | |
| Protected Member Functions | |
| void | createMapping () | 
| creates the map of known PLC  More... | |
| Protected Attributes | |
| std::map< std::string, PLC > | m_knowns | 
| map name -> known PLC  More... | |
a map of known plc
| WPS4PLCInternal::KnownPLC::KnownPLC | ( | ) | 
constructor
| WPS4PLCInternal::KnownPLC::~KnownPLC | ( | ) | 
destructor
| 
 | protected | 
creates the map of known PLC
Referenced by KnownPLC().
| PLC WPS4PLCInternal::KnownPLC::get | ( | std::string const & | name | ) | 
returns the PLC corresponding to a name
| 
 | protected | 
map name -> known PLC
Referenced by createMapping(), and get().