MAK Data Logger API Documentation for DIS
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 "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 Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)