Skip to content

Commit

Permalink
image
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoMunoz committed Aug 2, 2016
1 parent b188724 commit 47792c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/architecture.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can interact with Fast RTPS at two different levels:
* Publisher-Subscriber: Simplified abstraction over RTPS.
* Writer-Reader: Direct control over RTPS endpoints.


![Diagram](http://www.eprosima.com/images/diagrams/RTPS-structure.png)

In red, the Publisher-Subscriber layer offers a convenient abstraction for most use cases. It allows you to define Publishers and Subscribers associated to a topic, and a simple way to transmit topic data. You may remember this from the example we generated in the "Getting Started" section, where we updated our local copy of the topic data, and called a write() method on it.
In blue, the Writer-Reader layer is closer to the concepts defined in the RTPS standard, and allows for finer control, but requires you to interact directly with history caches for each endpoint.
Expand Down

0 comments on commit 47792c4

Please sign in to comment.