nc::event_info

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Data Documentation
Author

NAME

nc::event_info −

SYNOPSIS

#include <acsncBlockingQueue.h>

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

T 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

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.