Skip to content

Commit

Permalink
docs: add ipcshm to transports doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xorvoid committed Feb 14, 2024
1 parent c4572da commit 7ef0ba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ be used to *summon* the transport:
<td><code> can://&lt;interface&gt;?msgid=&lt;id&gt; </code></td>
<td><code> zcm_create("can://can0?msgid=65536") </code></td>
</tr>
<tr>
<td> Inter-process via Shared Memory (IPCSHM) </td>
<td><code> ipcshm://&lt;shm-region-name&gt; </code></td>
<td><code> zcm_create("ipcshm"), zcm_create("ipcshm://myregion") </code></td>
</tr>
</table>

When no url is provided (i.e. `zcm_create(NULL)`), the `ZCM_DEFAULT_URL` environment variable is
Expand Down

0 comments on commit 7ef0ba4

Please sign in to comment.