MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrAnnotations
lgrAnnotationConversions.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrAnnotationConversions_H_
10
#define lgrAnnotationConversions_H_
11
12
#include "
lgrAnn.h
"
13
14
namespace
MAKLogger
15
{
16
class
DtLgrAnnotation;
17
19
class
DT_DLL_LGRANN
DtLgrAnnotationConversions
20
{
21
public
:
22
24
static
void
registerConversions();
25
27
static
DtLgrAnnotation
* convertPointToRange(
const
DtLgrAnnotation
*);
28
30
static
DtLgrAnnotation
* convertRangeToPoint(
const
DtLgrAnnotation
*);
31
};
32
}
33
34
#endif
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
)