|
Amxb_Ubus
3.3.1
Ambiorix Ubus API
|
Go to the source code of this file.
Functions | |
| void | function1 (uint8 arg1, uint16 arg2, uint32 arg3, uint64 arg4) |
| bool | function2 (int8 arg1, int16 arg2, int32 arg3, int64 arg4) |
| uint8 | function3 (bool arg1, string arg2, out double arg3) |
| uint16 | function4 () |
| uint32 | function5 () |
| uint64 | function6 () |
| int8 | function7 (bool arg1, string arg2, double arg3) |
| int16 | function8 () |
| int32 | function9 () |
| int64 | function10 () |
| variant | function11 (list data, out variant data2) |
| double | function12 () |
| fd | function13 () |
| datetime | function14 () |
| list | function15 () |
Variables | |
| object | TestObject |
| uint8 | param2 |
| uint8 | param2b = 0x80 |
| uint16 | param3 |
| uint16 | param3b = 0x8000 |
| uint32 | param4 |
| uint32 | param4b = 0x80000000 |
| uint64 | param5 |
| int8 | param6 |
| int16 | param7 |
| int32 | param8 |
| int64 | param9 |
| bool | param10 |
| datetime | param11 |
| double | param12 = 12 |
| object | MultiInst [] |
| uint32 | number1 |
| uint32 | number2 |
| object | ChildObject |
| persistent object | PMutliInst [] |
| void function1 | ( | uint8 | arg1, |
| uint16 | arg2, | ||
| uint32 | arg3, | ||
| uint64 | arg4 | ||
| ) |
| int64 function10 | ( | ) |
| variant function11 | ( | list | data, |
| out variant | data2 | ||
| ) |
| double function12 | ( | ) |
| fd function13 | ( | ) |
| datetime function14 | ( | ) |
| list function15 | ( | ) |
| bool function2 | ( | int8 | arg1, |
| int16 | arg2, | ||
| int32 | arg3, | ||
| int64 | arg4 | ||
| ) |
| uint8 function3 | ( | bool | arg1, |
| string | arg2, | ||
| out double | arg3 | ||
| ) |
| uint16 function4 | ( | ) |
| uint32 function5 | ( | ) |
| uint64 function6 | ( | ) |
| int8 function7 | ( | bool | arg1, |
| string | arg2, | ||
| double | arg3 | ||
| ) |
| int16 function8 | ( | ) |
| int32 function9 | ( | ) |
| object ChildObject |
Definition at line 39 of file test_full_types.odl.
| object MultiInst[] |
Definition at line 34 of file test_full_types.odl.
| uint32 number1 |
Definition at line 36 of file test_full_types.odl.
| uint32 number2 |
Definition at line 37 of file test_full_types.odl.
| bool param10 |
Definition at line 14 of file test_full_types.odl.
| datetime param11 |
Definition at line 15 of file test_full_types.odl.
| double param12 = 12 |
Definition at line 16 of file test_full_types.odl.
| uint8 param2 |
Definition at line 3 of file test_full_types.odl.
| uint8 param2b = 0x80 |
Definition at line 4 of file test_full_types.odl.
| uint16 param3 |
Definition at line 5 of file test_full_types.odl.
| uint16 param3b = 0x8000 |
Definition at line 6 of file test_full_types.odl.
| uint32 param4 |
Definition at line 7 of file test_full_types.odl.
| uint32 param4b = 0x80000000 |
Definition at line 8 of file test_full_types.odl.
| uint64 param5 |
Definition at line 9 of file test_full_types.odl.
| int8 param6 |
Definition at line 10 of file test_full_types.odl.
| int16 param7 |
Definition at line 11 of file test_full_types.odl.
| int32 param8 |
Definition at line 12 of file test_full_types.odl.
| int64 param9 |
Definition at line 13 of file test_full_types.odl.
| persistent object PMutliInst[] |
Definition at line 44 of file test_full_types.odl.
| object TestObject |
Definition at line 1 of file test_full_types.odl.