Skip to content

Commit

Permalink
Merge pull request #6 from yosuke/master
Browse files Browse the repository at this point in the history
exit() function of component now returns RTC_OK
  • Loading branch information
gbiggs committed Mar 9, 2016
2 parents 4ff529e + e78064c commit cb80b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rtctree/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,12 @@ class Component(TreeNode):
Now we exit the components:
>>> comp.exit()
RTC_OK
>>> p[0].terminate()
>>> p[0].wait()
-15
>>> comp2.exit()
RTC_OK
>>> p[1].terminate()
>>> p[1].wait()
-15
Expand Down

0 comments on commit cb80b15

Please sign in to comment.