Scope
ScopeMessage< T > Class Template Reference

#include <helpers.h>

Public Member Functions

 ScopeMessage (const ScopeMessageTag &_tag, const T &_cargo)
 

Public Attributes

ScopeMessageTag tag
 
cargo
 

Detailed Description

template<class T>
class ScopeMessage< T >

Message with tag and cargo for SyncQueues between controllers.

Definition at line 8 of file DaqController.h.

Constructor & Destructor Documentation

template<class T>
ScopeMessage< T >::ScopeMessage ( const ScopeMessageTag _tag,
const T &  _cargo 
)
inline

Construct.

Attention: Copies the _cargo! Use e.g. a shared_ptr.

Definition at line 80 of file helpers.h.

Member Data Documentation

template<class T>
ScopeMessageTag ScopeMessage< T >::tag

the tag of the message, at the moment only nothing or abort

Definition at line 69 of file helpers.h.

template<class T>
T ScopeMessage< T >::cargo

the cargo

Definition at line 72 of file helpers.h.


The documentation for this class was generated from the following files: