![]() |
VR-Vantage 1.4.1 API Class Documentation
|
Namespaces | |
| namespace | makVrv |
REMOVE THIS along with the creator later. | |
Defines | |
| #define | DT_DEFINE_QUEUE_OPERATION_FUNCTION(argCount) |
| #define DT_DEFINE_QUEUE_OPERATION_FUNCTION | ( | argCount | ) |
template <typename C, MAKE_LIST(typename T,argCount)>\ void DtAgent::queueOperationCall(unsigned int state_function,\ void (C::*m)(MAKE_LIST(T,argCount)),\ MAKE_MULTILIST(typename Arg<T,>::Type t,argCount))\ {\ DtMessage& msg = startNewCall(state_function);\ msg << MAKE_STREAM(t,argCount);\ dirty();\ }