|
ConOpSys V2970
P004.07
ANVILEX control operating system
|
Event description structure with language index. More...
#include <Event_Database.h>

Public Attributes | |
| union { | |
| C8 c8_Index [2] | |
| Language code as 2 character ISO code string. More... | |
| U16 u16_Index | |
| Language code represented as U16. More... | |
| } | struct_Language |
| Two character language code according ISO 639-1. More... | |
| TText_Encoding | enum_Encoding |
| Description text format. More... | |
| C8 * | pc8_Description_Text |
| Pointer to the event description string. More... | |
| union { | |
| C8 c8_Index [2] | |
| Language code as 2 character ISO code string. More... | |
| U16 u16_Index | |
| Language code represented as U16. More... | |
| } | struct_Language |
| Two character language code according ISO 639-1. More... | |
Event description structure with language index.
| C8 TEvent_Description_Descriptor::c8_Index[2] |
Language code as 2 character ISO code string.
| TText_Encoding TEvent_Description_Descriptor::enum_Encoding |
Description text format.
| C8 * TEvent_Description_Descriptor::pc8_Description_Text |
Pointer to the event description string.
Referenced by TEvent_Manager::Get_Event_Description_By_Event_ID().
| union { ... } TEvent_Description_Descriptor::struct_Language |
Two character language code according ISO 639-1.
| union { ... } TEvent_Description_Descriptor::struct_Language |
Two character language code according ISO 639-1.
| U16 TEvent_Description_Descriptor::u16_Index |
Language code represented as U16.