libamxo  4.3.4
Object Definition Language (ODL) parsing
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
greeter_definition.odl
Go to the documentation of this file.
1 %define {
2  %persistent object Greeter {
3  %persistent %read-only uint32 MaxHistory = 10;
4  string State = "Idle";
5 
6  %persistent %read-only object History[] {
7  counted with HistorySize;
8  %persistent %read-only string From;
9  %persistent %read-only string Message;
10  %persistent bool Retain = false;
11 
12  object Info[] {
13  counted with NumberOfInfoEntries;
14  string Text = "";
15  }
16  }
17  }
18 }
define
Definition: main.odl:1