forked from orocos-toolchain/orogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.txt
224 lines (223 loc) · 9.02 KB
/
Manifest.txt
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
README.markdown
manifest.xml
LICENSE.txt
Makefile
misc/orogen.vim
misc/new_project/NAME.orogen
misc/new_project/NAMETypes.hpp
Rakefile
Manifest.txt
test/test_typekit.rb
test/test_component.rb
test/test_base.rb
test/test_generation.rb
test/data/empty_component.orogen
test/data/exists
test/data/build_regen_library/include/regen_lib.h
test/data/modules/data_triggered/data.orogen
test/data/modules/data_triggered/tasks/Consumer.cpp
test/data/modules/data_triggered/tasks/Producer.hpp
test/data/modules/data_triggered/tasks/Producer.cpp
test/data/modules/data_triggered/tasks/Consumer.hpp
test/data/modules/typekit_dependencies_parent/subdir/tkdeps_parent.h
test/data/modules/typekit_dependencies_parent/tkdeps_parent.orogen
test/data/modules/fd_triggered/fd.orogen
test/data/modules/fd_triggered/tasks/Consumer.cpp
test/data/modules/fd_triggered/tasks/Consumer.hpp
test/data/modules/cross_deployment/tasks/Consumer.cpp
test/data/modules/cross_deployment/tasks/Consumer.hpp
test/data/modules/cross_deployment/deployment.orogen
test/data/modules/cross_producer/producer.orogen
test/data/modules/cross_producer/tasks/Producer.hpp
test/data/modules/cross_producer/tasks/Producer.cpp
test/data/modules/extended_states/extstate.orogen
test/data/modules/with_configuration/tasks/Configurable.cpp
test/data/modules/with_configuration/tasks/Configurable.hpp
test/data/modules/with_configuration/with_configuration.orogen
test/data/modules/typekit_dependencies_lib/tkdeps_lib.h
test/data/modules/deployment_with_connection/deployment_with_connections.orogen
test/data/modules/simple/simple_component.orogen
test/data/modules/cross_consumer/consumer.orogen
test/data/modules/cross_consumer/tasks/Consumer.cpp
test/data/modules/cross_consumer/tasks/Consumer.hpp
test/data/modules/typekit_opaque/shared_ptr__opaque_type.cpf
test/data/modules/typekit_opaque/shared_ptr__opaque_type.xml
test/data/modules/typekit_opaque/opaque.xml
test/data/modules/typekit_opaque/composed_opaque.xml
test/data/modules/typekit_opaque/opaque.orogen
test/data/modules/typekit_opaque/composed_opaque.cpf
test/data/modules/typekit_opaque/readonlypointer.xml
test/data/modules/typekit_opaque/shared_ptr.xml
test/data/modules/typekit_opaque/shared_ptr.cpf
test/data/modules/typekit_opaque/readonlypointer.cpf
test/data/modules/typekit_opaque/opaque_intermediates.h
test/data/modules/typekit_opaque/opaque.cpf
test/data/modules/typekit_opaque/test.cpp
test/data/modules/typekit_opaque/typekit/Opaques.cpp
test/data/modules/typekit_opaque/shared_ptr__shared_ptr.cpf
test/data/modules/typekit_opaque/shared_ptr__shared_ptr.xml
test/data/modules/build_regen_typekit/test.h
test/data/modules/build_regen_typekit/regen.orogen
test/data/modules/numerics/numerics.orogen
test/data/modules/numerics/numerics.h
test/data/modules/numerics/tasks/Test.cpp
test/data/modules/numerics/tasks/Test.hpp
test/data/modules/typekit_autodef/opaque_autodef.orogen
test/data/modules/typekit_dependencies/tkdeps.orogen
test/data/modules/typekit_dependencies/tkdeps_0.h
test/data/modules/typekit_dependencies/tkdeps_1.h
test/data/modules/typekit_simple/complex_vector.cpf
test/data/modules/typekit_simple/basic.cpf
test/data/modules/typekit_simple/invalid_enums.cpf
test/data/modules/typekit_simple/simple.orogen
test/data/modules/typekit_simple/basic.xml
test/data/modules/typekit_simple/complex_array.cpf
test/data/modules/typekit_simple/simple_vector.xml
test/data/modules/typekit_simple/complex_vector.xml
test/data/modules/typekit_simple/invalid_enums.xml
test/data/modules/typekit_simple/simple_vector.cpf
test/data/modules/typekit_simple/simple.h
test/data/modules/typekit_simple/complex_array.xml
test/data/modules/typekit_simple/test.cpp
test/data/opaque_invalid.h
test/data/typekit/std_vector_bool.h
test/data/typekit/pointer.h
test/data/typekit/multi_dimensional_array.h
test/data/typekit/compound_with_field_not_starting_with_alphanumeric_character.h
test/data/typekit/rejected_dependencies.h
test/spec/test_task_context.rb
test/gen/test_typekit.rb
test/test_build.rb
test/test_tasks.rb
test/test_deployment.rb
test/test_typegen.rb
bin/orogen-unregister
bin/orogen
bin/typegen
CMakeLists.txt
package.xml
History.txt
lib/orogen/gen.rb
lib/orogen/ocl.orogen
lib/orogen/spec/property.rb
lib/orogen/spec/attribute.rb
lib/orogen/spec/deployment.rb
lib/orogen/spec/doc.rb
lib/orogen/spec/operation.rb
lib/orogen/spec/configuration_object.rb
lib/orogen/spec/output_port.rb
lib/orogen/spec/dynamic_ports.rb
lib/orogen/spec/input_port.rb
lib/orogen/spec/task_context.rb
lib/orogen/spec/port.rb
lib/orogen/html/type_definition_fragment.page
lib/orogen/html/task_context_fragment.page
lib/orogen/html/type.rb
lib/orogen/html/type_fragment.page
lib/orogen/html/task_context.rb
lib/orogen/templates/main.cpp
lib/orogen/templates/CMakeLists.txt
lib/orogen/templates/config/FindBoost.cmake
lib/orogen/templates/config/FindRTTPlugin.cmake
lib/orogen/templates/config/FindOrocosCORBA.cmake
lib/orogen/templates/config/Base.cmake
lib/orogen/templates/config/TaskLib.cmake
lib/orogen/templates/config/Deployment.cmake
lib/orogen/templates/config/RPATHHandling.cmake
lib/orogen/templates/config/OrogenPkgCheckModules.cmake
lib/orogen/templates/config/LibFindMacros.cmake
lib/orogen/templates/local_deployment.pc
lib/orogen/templates/tasks/TaskBase.hpp
lib/orogen/templates/tasks/TaskStates.hpp
lib/orogen/templates/tasks/Task.cpp
lib/orogen/templates/tasks/CMakeLists.txt
lib/orogen/templates/tasks/DeployerComponent.cpp
lib/orogen/templates/tasks/tasks.pc
lib/orogen/templates/tasks/Task.hpp
lib/orogen/templates/tasks/TaskBase.cpp
lib/orogen/templates/project.pc
lib/orogen/templates/gitignore
lib/orogen/templates/typekit/TemplateInstanciation.cpp
lib/orogen/templates/typekit/OpaqueFwd.hpp
lib/orogen/templates/typekit/manifest.xml
lib/orogen/templates/typekit/Makefile
lib/orogen/templates/typekit/TypesDeprecated.hpp
lib/orogen/templates/typekit/BoostSerialization.hpp
lib/orogen/templates/typekit/typelib/transport-typelib.pc
lib/orogen/templates/typekit/typelib/Registration.hpp
lib/orogen/templates/typekit/typelib/Type.cpp
lib/orogen/templates/typekit/typelib/OpaqueType.cpp
lib/orogen/templates/typekit/typelib/CMakeLists.txt
lib/orogen/templates/typekit/typelib/TransportPlugin.hpp
lib/orogen/templates/typekit/typelib/TransportPlugin.cpp
lib/orogen/templates/typekit/ros/Registration.hpp
lib/orogen/templates/typekit/ros/Type.cpp
lib/orogen/templates/typekit/ros/Convertions.cpp
lib/orogen/templates/typekit/ros/CMakeLists.txt
lib/orogen/templates/typekit/ros/TransportPlugin.hpp
lib/orogen/templates/typekit/ros/TransportPlugin.cpp
lib/orogen/templates/typekit/ros/rosmap
lib/orogen/templates/typekit/ros/ROSConvertions.hpp
lib/orogen/templates/typekit/ros/config.cmake.in
lib/orogen/templates/typekit/ros/Convertions.hpp
lib/orogen/templates/typekit/ros/transport-ros.pc
lib/orogen/templates/typekit/ros/ROSConvertions.cpp
lib/orogen/templates/typekit/ros/transport-ros-disabled.pc
lib/orogen/templates/typekit/ros/CMakeLists-disabled.txt
lib/orogen/templates/typekit/ros/Type.msg
lib/orogen/templates/typekit/mqueue/Registration.hpp
lib/orogen/templates/typekit/mqueue/Type.cpp
lib/orogen/templates/typekit/mqueue/transport-mqueue.pc
lib/orogen/templates/typekit/mqueue/CMakeLists.txt
lib/orogen/templates/typekit/mqueue/TransportPlugin.hpp
lib/orogen/templates/typekit/mqueue/TransportPlugin.cpp
lib/orogen/templates/typekit/typekit.pc
lib/orogen/templates/typekit/OpaqueTypes.hpp
lib/orogen/templates/typekit/CMakeLists.txt
lib/orogen/templates/typekit/package.xml
lib/orogen/templates/typekit/Types.hpp
lib/orogen/templates/typekit/Opaques.hpp
lib/orogen/templates/typekit/OpaqueConvertions.hpp
lib/orogen/templates/typekit/OpaqueConvertions.cpp
lib/orogen/templates/typekit/corba/Registration.hpp
lib/orogen/templates/typekit/corba/Type.cpp
lib/orogen/templates/typekit/corba/Convertions.cpp
lib/orogen/templates/typekit/corba/CMakeLists.txt
lib/orogen/templates/typekit/corba/TransportPlugin.hpp
lib/orogen/templates/typekit/corba/Types.idl
lib/orogen/templates/typekit/corba/TransportPlugin.cpp
lib/orogen/templates/typekit/corba/Convertions.hpp
lib/orogen/templates/typekit/corba/transport-corba.pc
lib/orogen/templates/typekit/Plugin.cpp
lib/orogen/templates/typekit/OpaquesDeprecated.hpp
lib/orogen/templates/typekit/Plugin.hpp
lib/orogen/templates/typekit/Opaques.cpp
lib/orogen/templates/typekit/type_info/ArrayInfo.cpp
lib/orogen/templates/typekit/type_info/OpaqueInfo.cpp
lib/orogen/templates/typekit/type_info/TypeInfo.hpp
lib/orogen/templates/typekit/type_info/Info.cpp
lib/orogen/templates/typekit/smart_ptr.cpp
lib/orogen/templates/typekit/marshalling_types.hpp
lib/orogen/templates/Doxyfile.in
lib/orogen/templates/deployment.pc
lib/orogen/templates/project.orogen
lib/orogen/orocos.tlb
lib/orogen/version.rb
lib/orogen/gen/tasks.rb
lib/orogen/gen/typekit.rb
lib/orogen/gen/deployment.rb
lib/orogen/gen/project.rb
lib/orogen/gen/imports.rb
lib/orogen/spec.rb
lib/orogen/orocos.typelist
lib/orogen/html.rb
lib/orogen/test.rb
lib/orogen/marshallers/typelib.rb
lib/orogen/marshallers/ros.rb
lib/orogen/marshallers/iostream.rb
lib/orogen/marshallers/type_info.rb
lib/orogen/marshallers/corba.rb
lib/orogen/marshallers/mqueue.rb
lib/orogen/base.rb
lib/orogen/rtt.orogen
lib/orogen.rb