Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify and simplify de/serializeROSmessage processing #171

Merged
merged 1 commit into from
Nov 9, 2017

Commits on Nov 2, 2017

  1. Unify and simplify de/serializeROSmessage processing

    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>
    jwang11 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    ddb21cb View commit details
    Browse the repository at this point in the history