-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathupdate-ref.sh
More file actions
92 lines (80 loc) · 1.5 KB
/
update-ref.sh
File metadata and controls
92 lines (80 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
. ./fpp-options.sh
abs_type()
{
update "$fpp_options" abs_type
move_cpp AbsTypeArray
}
alias_type()
{
update "$fpp_options" alias_type
move_cpp AliasTypeArray
mv ATAliasAc.hpp ATAliasAc.ref.hpp
mv ATAliasAc.h ATAliasAc.ref.h
}
component()
{
update "$fpp_options" component
move_cpp C_AArray
move_cpp AArray
}
enum()
{
update "$fpp_options" enum
move_cpp E1Enum
move_cpp E2Enum
move_cpp Enum1Array
move_cpp Enum2Array
}
header_path()
{
update "$fpp_options" "include/T.fpp header_path" header_path
move_cpp HeaderPathArray
}
large_size()
{
update "$fpp_options" large_size
move_cpp LargeSizeArray
}
primitive()
{
update "$fpp_options" primitive
move_cpp PrimitiveBoolArray
move_cpp PrimitiveU8Array
move_cpp PrimitiveU16Array
move_cpp PrimitiveI32Array
move_cpp PrimitiveI64Array
move_cpp PrimitiveF32fArray
move_cpp PrimitiveF32eArray
move_cpp PrimitiveF64Array
move_cpp PrimitiveArrayArray
}
single_element()
{
update "$fpp_options" single_element
move_cpp SingleElementArray
}
state_machine()
{
update "$fpp_options" state_machine
move_cpp SM_AArray
}
string()
{
update "$fpp_options" string
move_cpp String1Array
move_cpp String2Array
move_cpp StringArrayArray
}
struct()
{
update "$fpp_options" struct
move_cpp Struct1Array
move_cpp Struct2Array
move_cpp Struct3Array
move_cpp Struct4Array
move_cpp S1Serializable
move_cpp S2Serializable
move_cpp S3Serializable
move_cpp SWrapperSerializable
move_cpp SDefaultSerializable
}