|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <protocols_enum.hpp>
Public Types | |
| enum | e_protocol_type { BITTORRENT , RCLONE , SCP , dummy } |
| Different type of protocols available for communication. More... | |
Static Public Member Functions | |
| static std::string | protocols_to_string (e_protocol_type e) |
| static std::optional< e_protocol_type > | string_to_protocols (std::string s) |
Definition at line 17 of file protocols_enum.hpp.
Different type of protocols available for communication.
| Enumerator | |
|---|---|
| BITTORRENT | |
| RCLONE | |
| SCP | |
| dummy | |
Definition at line 20 of file protocols_enum.hpp.
|
inlinestatic |
Definition at line 28 of file protocols_enum.hpp.
|
inlinestatic |
Definition at line 37 of file protocols_enum.hpp.