DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ers::LocalProcessContext Struct Reference

#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
 

Detailed Description

Definition at line 31 of file LocalContext.hpp.

Constructor & Destructor Documentation

◆ LocalProcessContext()

ers::LocalProcessContext::LocalProcessContext ( const char *const host_name,
const char *const cwd,
int uid,
const char *const uname )
inline

Definition at line 33 of file LocalContext.hpp.

37 : m_host_name( host_name ),
38 m_cwd( cwd ),
39 m_uid( uid ),
40 m_uname( uname )
41 { ; }
const char *const m_cwd
const char *const m_host_name
const char *const m_uname

Member Data Documentation

◆ m_cwd

const char* const ers::LocalProcessContext::m_cwd

process cwd

Definition at line 44 of file LocalContext.hpp.

◆ m_host_name

const char* const ers::LocalProcessContext::m_host_name

host name

Definition at line 43 of file LocalContext.hpp.

◆ m_uid

const int ers::LocalProcessContext::m_uid

user id

Definition at line 45 of file LocalContext.hpp.

◆ m_uname

const char* const ers::LocalProcessContext::m_uname

user name

Definition at line 46 of file LocalContext.hpp.


The documentation for this struct was generated from the following file: