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