Internal and low level: the PLC different types and their structures. More...
Public Types | |
enum | Position { P_ABS =0, P_REL, P_INCR, P_UNKNOWN } |
the way to define the text positions More... | |
enum | Type { T_CST =0, T_STRUCT, T_UNKNOWN } |
the type of the content More... | |
typedef enum MsWks4TextInternal::PLCType | PLCType |
the PLC types More... | |
Public Member Functions | |
PLC (PLCType w=MsWks4TextInternal::Unknown, Position p=P_UNKNOWN, Type t=T_UNKNOWN) | |
constructor More... | |
Public Attributes | |
PLCType | m_type |
PLC type. More... | |
Position | m_pos |
the way to define the text positions More... | |
Type | m_contentType |
the type of the content More... | |
Internal and low level: the PLC different types and their structures.
the PLC types
|
inline |
constructor
Type MsWks4PLCInternal::PLC::m_contentType |
the type of the content
Referenced by MsWks4Text::readPLC().
Position MsWks4PLCInternal::PLC::m_pos |
the way to define the text positions
Referenced by MsWks4Text::readPLC().
PLCType MsWks4PLCInternal::PLC::m_type |
PLC type.
Referenced by MsWks4Text::readPLC().