DABC (Data Acquisition Backbone Core)  2.9.9
Public Member Functions | Data Fields
dabc::CommandContainer::CallerRec Struct Reference

#include <dabc/Command.h>

Public Member Functions

 CallerRec ()=default
 pointer on variable, which is used to indicate that execution is done More...
 
 CallerRec (const CallerRec &src)
 
 CallerRec (Worker *w, bool *e)
 
CallerRecoperator= (CallerRec &src)
 

Data Fields

bool * exe_ready {nullptr}
 pointer on worker, do not use reference while worker will care about correct cleanup More...
 
Workerworker {nullptr}
 

Detailed Description

Definition at line 62 of file Command.h.

Constructor & Destructor Documentation

◆ CallerRec() [1/3]

dabc::CommandContainer::CallerRec::CallerRec ( )
default

pointer on variable, which is used to indicate that execution is done

◆ CallerRec() [2/3]

dabc::CommandContainer::CallerRec::CallerRec ( Worker w,
bool *  e 
)
inline

Definition at line 66 of file Command.h.

◆ CallerRec() [3/3]

dabc::CommandContainer::CallerRec::CallerRec ( const CallerRec src)
inline

Definition at line 67 of file Command.h.

Member Function Documentation

◆ operator=()

CallerRec& dabc::CommandContainer::CallerRec::operator= ( CallerRec src)
inline

Definition at line 69 of file Command.h.

Field Documentation

◆ worker

Worker* dabc::CommandContainer::CallerRec::worker {nullptr}

Definition at line 63 of file Command.h.

◆ exe_ready

bool* dabc::CommandContainer::CallerRec::exe_ready {nullptr}

pointer on worker, do not use reference while worker will care about correct cleanup

Definition at line 64 of file Command.h.


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