|
nc::event_info − |
|
#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 > |
|
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) |
|
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 |
|
Generated automatically by Doxygen for ACS-2016.4 C++ API from the source code. |