MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrCmds
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>
22
class
DtSharedQueue
;
23
24
typedef
DtSharedQueue<DtCommand>
DtLgrCommandQueue
;
25
typedef
DtSharedQueue<DtResponse>
DtResponseQueue
;
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 Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)