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
WPS8PLCInternal::KnownPLC::KnownPLC | ( | ) |
constructor
WPS8PLCInternal::KnownPLC::~KnownPLC | ( | ) |
destructor
|
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
|
protected |
map name -> known PLC
Referenced by createMapping(), get(), and KnownPLC().