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

#include <RemoteContext.hpp>

Public Member Functions

 RemoteProcessContext (const std::string &host_name, int pid, int tid, const std::string &cwd, int uid, const std::string &uname, const std::string &app_name)
 

Public Attributes

const std::string m_host_name
 
const pid_t m_pid
 
const pid_t m_tid
 
const std::string m_cwd
 
const int m_uid
 
const std::string m_uname
 
const std::string m_app_name
 

Detailed Description

Definition at line 22 of file RemoteContext.hpp.

Constructor & Destructor Documentation

◆ RemoteProcessContext()

ers::RemoteProcessContext::RemoteProcessContext ( const std::string & host_name,
int pid,
int tid,
const std::string & cwd,
int uid,
const std::string & uname,
const std::string & app_name )
inline

Definition at line 24 of file RemoteContext.hpp.

31 : m_host_name( host_name ),
32 m_pid( pid ),
33 m_tid( tid ),
34 m_cwd( cwd ),
35 m_uid( uid ),
36 m_uname( uname ),
37 m_app_name( app_name )
38 { ; }
const std::string m_app_name
const std::string m_host_name
const std::string m_uname

Member Data Documentation

◆ m_app_name

const std::string ers::RemoteProcessContext::m_app_name

application name

Definition at line 46 of file RemoteContext.hpp.

◆ m_cwd

const std::string ers::RemoteProcessContext::m_cwd

process cwd

Definition at line 43 of file RemoteContext.hpp.

◆ m_host_name

const std::string ers::RemoteProcessContext::m_host_name

host name

Definition at line 40 of file RemoteContext.hpp.

◆ m_pid

const pid_t ers::RemoteProcessContext::m_pid

process id

Definition at line 41 of file RemoteContext.hpp.

◆ m_tid

const pid_t ers::RemoteProcessContext::m_tid

thread id

Definition at line 42 of file RemoteContext.hpp.

◆ m_uid

const int ers::RemoteProcessContext::m_uid

user id

Definition at line 44 of file RemoteContext.hpp.

◆ m_uname

const std::string ers::RemoteProcessContext::m_uname

user name

Definition at line 45 of file RemoteContext.hpp.


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