Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ on:
jobs:
build_develop_dispatch:
name: Build against the development release
uses: DUNE-DAQ/.github/.github/workflows/dunedaq-develop-cpp-ci.yml@develop
uses: DUNE-DAQ/.github/.github/workflows/dunedaq-develop-cpp-ci.yml@amogan/check_broken_links
with:
caller_event_name: ${{ github.event.inputs.caller_event_name || github.event_name }}
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ipm

This line is to re-trigger the workflow

Inter-Process Messaging

The IPM library provides the low-level library for for sending messages between DUNE DAQ processes. IPM deals with messages consisting of arrays of bytes: higher-level concepts such as object serialization/deserialization will be handled by other libraries and processes building on IPM.
Expand Down Expand Up @@ -62,6 +65,8 @@ There is an asymmetry between `send` and `receive`, where `send` takes a `void*`

![Class Diagrams](https://github.com/DUNE-DAQ/ipm/raw/develop/docs/ipm.png)

[This link is intentionally broken](https://github.com/DUNE-DAQ/ipm/raw/develop/docs/does_not_exist.md)

### ZeroMQ Configuration Variables

Currently, `ZmqContext.hpp` has two environment variables used to configure ZeroMQ within each application:
Expand Down
Loading