libamxo
4.3.4
Object Definition Language (ODL) parsing
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
c
d
w
Variables
c
d
w
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
Variables
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
Functions
_
a
c
d
f
m
s
t
Variables
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
Typedefs
a
e
f
m
Enumerations
Enumerator
a
e
t
Macros
_
a
g
m
p
u
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
valid_synchronize.odl
Go to the documentation of this file.
1
%
config
{
2
prefix_ =
"X_TEST-COM_"
;
3
}
4
5
%
define
{
6
object
A {
7
object
A_template[] {
8
uint32 uint_A = 1;
9
string
string_A =
"I am A"
;
10
string
'${prefix_}string_A'
=
"I am A"
;
11
%read-only
string
ReadOnlyText =
"1234"
;
12
}
13
14
uint32 param_A = 2;
15
}
16
17
object
B {
18
object
B_template[] {
19
uint32 uint_B = 3;
20
string
string_B =
"I am B"
;
21
string
'${prefix_}string_B'
=
"I am B"
;
22
%read-only
string
ReadOnlyText =
"5678"
;
23
}
24
25
uint32 param_B = 4;
26
}
27
28
object
'${prefix_}C'
{
29
string
'${prefix_}string_C'
=
"Test 1"
;
30
object
'${prefix_}C_template'
[] {
31
string
'${prefix_}string_C'
=
"Test 1"
;
32
}
33
}
34
35
object
'${prefix_}D'
{
36
string
'${prefix_}string_D'
=
"Test 2"
;
37
object
'${prefix_}D_template'
[] {
38
string
'${prefix_}string_D'
=
"Test 2"
;
39
}
40
}
41
}
define
define
Definition:
main.odl:1
config
config
Definition:
valid_synchronize.odl:1
test
amxo_synchronize
odl
valid_synchronize.odl
Generated on Mon Aug 26 2024 14:17:32 for libamxo by
1.9.1