DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <LocalContext.hpp>
Public Member Functions | |
LocalProcessContext (const char *const host_name, const char *const cwd, int uid, const char *const uname) | |
Public Attributes | |
const char *const | m_host_name |
const char *const | m_cwd |
const int | m_uid |
const char *const | m_uname |
Definition at line 31 of file LocalContext.hpp.
|
inline |
Definition at line 33 of file LocalContext.hpp.
const char* const ers::LocalProcessContext::m_cwd |
process cwd
Definition at line 44 of file LocalContext.hpp.
const char* const ers::LocalProcessContext::m_host_name |
host name
Definition at line 43 of file LocalContext.hpp.
const int ers::LocalProcessContext::m_uid |
user id
Definition at line 45 of file LocalContext.hpp.
const char* const ers::LocalProcessContext::m_uname |
user name
Definition at line 46 of file LocalContext.hpp.