RISA
|
Namespaces | |
cuda | |
detail | |
Classes | |
class | ConfigReader |
Reads the configuration values from the input file. More... | |
class | OfflineLoader |
The loader stage for offline data processing. More... | |
class | OfflineLoaderPerfTest |
This stage fills the software pipeline with input data stored in ram. More... | |
class | OfflineSaver |
This stage is suited for online and offline processing via configuration options. More... | |
class | OnlineReceiverNotification |
This class implements the synchronization between the ReceiverModule class and the superior Receiver class. More... | |
class | Receiver |
This class controls the ReceiverModule objects. More... | |
class | ReceiverModule |
Each ReceiverModule is bound to one DetectorModule. More... | |
class | Timer |
The Timer-class uses the std::chrono library and provides a high precision timer. More... | |
class | udp_client_server_runtime_error |
class | UDPServer |
Typedefs | |
using | tcp = boost::asio::ip::tcp |
Enumerations | |
enum | transportProtocol : short { UDP, TCP } |
using risa::tcp = typedef boost::asio::ip::tcp |
Definition at line 35 of file ReceiverModule.cpp.
enum risa::transportProtocol : short |
Enumerator | |
---|---|
UDP | |
TCP |
Definition at line 37 of file ReceiverModule.h.