MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrCore
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
#ifndef lgrCommandQueue_H_
12
#define lgrCommandQueue_H_
13
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
}
33
34
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)