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, there is no difference for serialization between array and normal field as normal field
can be treated as array_size = 1. In original code, for bool and string, there is extra check or logic for normal
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 Oct 31, 2017
1 parent 71c69ac commit 9452116
Showing 1 changed file with 143 additions and 235 deletions.
Loading

0 comments on commit 9452116

Please sign in to comment.