Arne Schwabe
c788ad6add
Move ppm related options into own struct
...
This allows to have the ppm related options in a union with a other module protocol specific options for the multi module.
2016-03-29 21:41:14 +02:00
Arne Schwabe
86076bbf32
Also backup members inside unions,
...
the code is a bit more complicated since unions can have structs or simple types. Also change Telemetry sensor to be a struct, since a class with all public is identical to a struct in C++
2016-03-29 16:05:32 +02:00
Bertrand Songis
dfd4a04220
Revert "Also backup members inside unions,"
...
This reverts commit dd76e9d8bf
.
2016-03-26 15:48:42 +01:00
Arne Schwabe
dd76e9d8bf
Also backup members inside unions,
...
the code is a bit more complicated since unions can have structs or simple types.
2016-03-25 14:04:30 +01:00
Damjan Adamic
5337092e93
datacopy.cpp generated file now part of the sources and can be generated manually with target datacopy
2016-03-16 20:15:54 +01:00