Internal and low level: the PLC different types and their structures of a HMWJText. More...
Public Member Functions | |
PLC (PLCType w=Unknown, int id=0) | |
constructor | |
Public Attributes | |
PLCType | m_type |
PLC type. | |
int | m_id |
the indentificator | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, PLC const &plc) |
operator<< |
HMWJTextInternal::PLC::PLC | ( | PLCType | w = Unknown , |
int | id = 0 |
||
) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
PLC const & | plc | ||
) | [friend] |
operator<<
std::string HMWJTextInternal::PLC::m_extra |
extra data
Referenced by HMWJText::readTextZone().
the indentificator
Referenced by HMWJText::canSendTextAsGraphic(), HMWJText::readTextToken(), and HMWJText::readTextZone().
PLC type.
Referenced by HMWJText::canSendTextAsGraphic(), and HMWJText::readTextZone().