MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrCommandQueue.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include "lgrCmds.h"
14 #include <lgrCmds/lgrCommand.h>
15 #include <vlutil/vlSmartPointers.h>
16 #include <list>
17 
18 namespace MAKLogger
19 {
20 
21  template <typename T>
23 
26 
27  typedef DtBoost::shared_ptr<DtSharedQueue<DtResponse> > DtResponseQueueSP;
28  typedef DtBoost::weak_ptr<DtSharedQueue<DtResponse> > DtResponseQueueWP;
29 
30  typedef std::list<DtResponseQueueWP> DtResponseList;
31 
32 }

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)