forked from orocos-toolchain/rtt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
types: fix updating of struct containing vectors
This is a cleanup that moves struct-specific code from TemplateTypeInfo to StructTypeInfo (depends on boost::serialization features) and make sure that the struct does not recursively decompose, but only its own. The refresh action will then see how much further composition/decomposition is needed. Signed-off-by: Peter Soetens <[email protected]>
- Loading branch information
Peter Soetens
committed
May 11, 2011
1 parent
d676293
commit e73bec4
Showing
3 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters