-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Custom] Support custom connection #212
Conversation
User can create tehir own connection type using custom connection. Signed-off-by: gichan2-jang <[email protected]>
📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #212. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/. |
Implement custom connection @todo: Add unit test case Signed-off-by: gichan2-jang <[email protected]>
610107a
to
ea03dbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
About tests/nnstreamer-edge-custom.c. |
ea03dbb
to
b3d23eb
Compare
cibot: @gichan-jang, include/nnstreamer-edge-custom.h does not include Doxygen tags such as @file @brief @author @bug. You must include the Doxygen tags in the source code. Please refer to a Doxygen manual at http://github.com/nnstreamer/TAOS-CI/blob/main/ci/doc/doxygen-documentation.md |
9967c90
to
e78569b
Compare
e78569b
to
d68259d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
d68259d
to
ab215f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
7b8b675
to
70dce85
Compare
Add unit test for custom connection *linnnstreamer-edge-cusom.so is not real implementation just for test Signed-off-by: gichan2-jang <[email protected]>
70dce85
to
76acd01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
User can define their own connection method using custom connection.
nns_edge_custom_create_handle
is added to create custom edge handle.libnnstreamer-edge-custom.so
is made only for test.Self evaluation: