VR-Vantage 1.4.1 API Class Documentation
Namespaces | Defines
DtAgent.inl File Reference

Namespaces

namespace  makVrv
 

REMOVE THIS along with the creator later.


Defines

#define DT_DEFINE_QUEUE_OPERATION_FUNCTION(argCount)

Define Documentation

#define DT_DEFINE_QUEUE_OPERATION_FUNCTION (   argCount)
Value:
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();\
   }


Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)