DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Classes | |
class | Descriptor |
File descriptor / Socket wrapper. More... | |
struct | Environment |
Wrapper for environnement variable manipulation. More... | |
class | Executable |
Wrapper for executable file manipulation. More... | |
class | FIFOConnection |
class | File |
Wrapper for file operations. More... | |
class | Host |
Network host. More... | |
class | LocalHost |
Network host - localhost. More... | |
class | MapFile |
Wrapper for memory map operations. More... | |
class | Path |
Path list handling mechanism. More... | |
class | Process |
Wrapper for process manipulation. More... | |
class | StringMemoryArea |
String memory storage facility. More... | |
class | User |
User. More... | |
Functions | |
bool | operator== (const Host &a, const Host &b) throw () |
equality operator | |
bool | operator!= (const Host &a, const Host &b) throw () |
inequality operator | |
const char * | getfullhost () throw () |
get fully qualified host name | |
bool | operator== (const LocalHost &a, const LocalHost &b) throw () |
bool | operator!= (const LocalHost &a, const LocalHost &b) throw () |
const char * OksSystem::getfullhost | ( | ) | ||||
throw | ( | ) |
get fully qualified host name
Convenience method, finds the fully qualified host name for this node
Definition at line 302 of file Host.cpp.