WPS8PLCInternal::KnownPLC Struct Reference

a map of known plc More...

List of all members.

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, PLCm_knowns
 map name -> known PLC

Detailed Description

a map of known plc


Constructor & Destructor Documentation


Member Function Documentation

creates the map of known PLC

Referenced by KnownPLC().

PLC WPS8PLCInternal::KnownPLC::get ( std::string const &  name)

returns the PLC corresponding to a name


Member Data Documentation

std::map<std::string, PLC> WPS8PLCInternal::KnownPLC::m_knowns [protected]

map name -> known PLC

Referenced by createMapping(), and get().


The documentation for this struct was generated from the following file: