Internal: class to store the PLC: Pointer List Content ? More...
Public Member Functions | |
DataPLC () | |
constructor More... | |
Public Attributes | |
std::string | m_name |
the entry name More... | |
PLCType | m_type |
the type More... | |
long | m_value |
a potential value More... | |
std::string | m_error |
a string used to store the parsing errors More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, DataPLC const &plc) |
operator<< More... | |
Internal: class to store the PLC: Pointer List Content ?
|
inline |
constructor
|
friend |
operator<<
std::string MsWks4TextInternal::DataPLC::m_error |
a string used to store the parsing errors
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::readPLC().
std::string MsWks4TextInternal::DataPLC::m_name |
the entry name
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::readPLC().
PLCType MsWks4TextInternal::DataPLC::m_type |
the type
Referenced by MsWks4Text::readPLC().
long MsWks4TextInternal::DataPLC::m_value |
a potential value
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::readPLC().