Skip to content

Commit

Permalink
glossary.rst - remove "driver" and update "node"
Browse files Browse the repository at this point in the history
  • Loading branch information
m3d committed Nov 21, 2018
1 parent e96be5f commit 78434a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/sphinx/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Glossary
The bus takes care of sequencing all messages within the sysem and
serialization via logging facility.

driver
Implementation of common nodes like TCP communication with outer world.

link
Directed connection of two nodes. The source node generates messages by
`publish` call and the destinaion node accepts them via `listen` call.
Expand All @@ -19,7 +16,8 @@ Glossary
Binary file containing message data with their source and timestamp.

node
The basic unit attached to `bus`. It has fixed set of inputs and outputs.
The basic processing unit attached to `bus`. It has fixed set of inputs
and outputs. Some nodes implement communication with outer world like TCP.

OSGAR
Open Source Garden/Generic Autonomous Robot (Python library)
Expand Down

0 comments on commit 78434a4

Please sign in to comment.