|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <notification_enum.hpp>
Public Types | |
| enum | e_notification_type { CONNECTION_REQUEST , NEW_TRANSFER , UPDATE_REQUEST , GROUP_METADATA , TRANSFER_ERROR , START_TRANSFER , TRANSFER_METADATA , PAUSE_TRANSFER , RESUME_TRANSFER , CANCEL_TRANSFER } |
| Different type of notifications possible to send. More... | |
Static Public Member Functions | |
| static std::string | notification_to_string (e_notification_type e) |
| static std::optional< e_notification_type > | string_to_notification (std::string s) |
Definition at line 17 of file notification_enum.hpp.
Different type of notifications possible to send.
| Enumerator | |
|---|---|
| CONNECTION_REQUEST | |
| NEW_TRANSFER | |
| UPDATE_REQUEST | |
| GROUP_METADATA | |
| TRANSFER_ERROR | |
| START_TRANSFER | |
| TRANSFER_METADATA | |
| PAUSE_TRANSFER | |
| RESUME_TRANSFER | |
| CANCEL_TRANSFER | |
Definition at line 20 of file notification_enum.hpp.
|
inlinestatic |
Definition at line 39 of file notification_enum.hpp.
|
inlinestatic |
Definition at line 52 of file notification_enum.hpp.