![]() |
Project
|
#include <Location.h>
Public Attributes | |
std::string | fileName |
int | port = -1 |
int | timeout = 100 |
std::string | host = "localhost" |
bool | toFile = true |
bool | toSocket = true |
Definition at line 26 of file Location.h.
std::string o2::event_visualisation::LocationParams::fileName |
Definition at line 27 of file Location.h.
std::string o2::event_visualisation::LocationParams::host = "localhost" |
Definition at line 30 of file Location.h.
int o2::event_visualisation::LocationParams::port = -1 |
Definition at line 28 of file Location.h.
int o2::event_visualisation::LocationParams::timeout = 100 |
Definition at line 29 of file Location.h.
bool o2::event_visualisation::LocationParams::toFile = true |
Definition at line 31 of file Location.h.
bool o2::event_visualisation::LocationParams::toSocket = true |
Definition at line 32 of file Location.h.