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 MSK4TextInternal::PLCType | PLCType |
the PLC types | |
Public Member Functions | |
PLC (PLCType w=MSK4TextInternal::Unknown, Position p=P_UNKNOWN, Type t=T_UNKNOWN) | |
constructor | |
Public Attributes | |
PLCType | m_type |
PLC type. | |
Position | m_pos |
the way to define the text positions | |
Type | m_contentType |
the type of the content |
Internal and low level: the PLC different types and their structures.
typedef enum MSK4TextInternal::PLCType MSK4PLCInternal::PLC::PLCType |
the PLC types
MSK4PLCInternal::PLC::PLC | ( | PLCType | w = MSK4TextInternal::Unknown , |
Position | p = P_UNKNOWN , |
||
Type | t = T_UNKNOWN |
||
) | [inline] |
constructor
the type of the content
Referenced by MSK4Text::readPLC().
the way to define the text positions
Referenced by MSK4Text::readPLC().
PLC type.
Referenced by MSK4Text::readPLC().