Skip to content

Commit

Permalink
Unify and simplify de/serializeROSmessage processing
Browse files Browse the repository at this point in the history
For most type_id, serialization approach is similar which can be handled in a
common template function, both single and array field. However, for bool and string type,
there are extra check and logic for single but array does not. Although it is weird,
this commit keep the logic intact.

Signed-off-by: jwang <jing.j.wang@intel.com>
  • Loading branch information
jwang11 committed Nov 2, 2017
1 parent 71c69ac commit ddb21cb
Showing 1 changed file with 172 additions and 257 deletions.
Loading

0 comments on commit ddb21cb

Please sign in to comment.