VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fedReaderFactory.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 #ifndef fedReaderFactory_h__
6 #define fedReaderFactory_h__
7 
8 #include <cstdio>
9 
10 #include <vlutil/vlFedTarget.h>
11 
12 #ifdef DtUSE_UTILITIES_NAMESPACE
13 
14 namespace DtUSE_UTILITIES_NAMESPACE
15 {
16 class DtFedReader;
17 class DtFedTarget;
18 class DtFilename;
19 enum DtFomType;
20 };
21 using namespace DtUSE_UTILITIES_NAMESPACE;
22 
23 #else
24 
25 class DtFedReader;
26 class DtFedTarget;
27 class DtFilename;
28 enum DtFomType;
29 
30 #endif
31 
33 public :
36  static DtFedReader* makeFedReader( void* fedFilePtr, DtFedTarget* fedTarget, const DtFilename &fileName );
37  static DtFedReader* makeFedReader(DtFomType type);
38  //DtFedReader* makeFedReader(FILE* fedFilePtr, MAKRti::DtFedTarget* fedTarget, MAKRti::DtFilename fileName);
39 
40 };
41 #endif // fedReaderFactory_h__
42 
Instances of DtFedReader are used to read a FED file, and fill in a DtFedTarget with the information ...
Definition: fedReader.h:51
This file contains the declaration of DtFedTarget and several helper classes.
Definition: fedReaderFactory.h:32
class DtFedTarget:
Definition: vlFedTarget.h:107
Instances of DtFilename are DtStrings which convert filenames to the native format.
Definition: vlFilename.h:20
DtFomType
Definition: vlFedTarget.h:59
#define DT_DLL_MTL
Definition: vlMachineTypes.h:106

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)