forked from akio/rosgo
-
Notifications
You must be signed in to change notification settings - Fork 2
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
ROC-533-UnmarshalJSON #12
Closed
Closed
Conversation
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
Added libtest_listener which tests if a subscriber node can be created on the ros system Added libtest_pubsub which creates a publisher and a subscriber node, and tests if the message is sent and recieved correctly Moved diagnostic tests into separate function in thinger Split comment line into two in libtest_talker
Added libtest_listener_with_event Added libtest_publish_subscribe : Instantiates publisher and subscriber, removes them, re-instantiates with same names and checks functionality Added libtests to thinger diagnostics Modified libtest_talker to ensure return on error
Updated Diagnostics in thinger/main.go
Removed individual publisher_with_callbacks test Updated diagnostics in thinger/main.go
Added DynamicMessage.Data() function to dynamic_message.go for interfacing with dynamic message data Fixed service test to use multithreading to acheive multinode scenario
… and leaving server node up after tests - also causing false positives on pass
…rateJSONschema, MarshalJSON functions Added zeroValue map generation to NewMessage function in dynamic_message.go Added tests to thinger diagnostics
…pe in ros system instantiates and serializes without error Made FindAllMessages in libgengo/context.go exportable
Initial commit to add UnmarshalJSON and zeroValueData functions Adds buger/jsonparser library for custom unmarshal of JSON payloads Adds zeroValueData method to build default message data in NewMessage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial commit to implement unmarshalJSON and zeroValueData functions
Adds buger/jsonparser library for custom unmarshal of json payloads
Adds zeroValueData function to build default message data for NewMessage