Public Member Functions | Public Attributes

nc::event_info< T > Struct Template Reference

#include <acsncBlockingQueue.h>

Collaboration diagram for nc::event_info< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 event_info (T &event, double &maxProcessTime, std::string &type_name)
 event_info (T &event, double &maxProcessTime, const char *type_name)

Public Attributes

event
double maxProcessTime
std::string type_name

template<class T>
struct nc::event_info< T >


Constructor & Destructor Documentation

template<class T>
nc::event_info< T >::event_info ( T &  event,
double &  maxProcessTime,
std::string &  type_name 
)
template<class T>
nc::event_info< T >::event_info ( T &  event,
double &  maxProcessTime,
const char *  type_name 
)

Member Data Documentation

template<class T>
T nc::event_info< T >::event
template<class T>
double nc::event_info< T >::maxProcessTime
template<class T>
std::string nc::event_info< T >::type_name

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