VR-Forces 4.1 Class Documentation
parameterDbEntryFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: parameterDbEntryFactory.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef DtParameterDbEntryFactory_H_
10 #define DtParameterDbEntryFactory_H_
11 
14 class DtTargetDetectionSensorDescriptor;
15 class DtObstacleSensorDescriptor;
17 
18 //class DtParameterDbEntryFactory:
19 //
20 //Instances of DtParameterDbEntryFactory are a factory class that
21 //knows how to construct various types of parameter database
22 //entries. It delegates responsibility for actually building the
23 //indvidual parameter entries to helper classes (DtTankParametersBuilder,
24 //DtWaypointParametersBuilder, etc.). Parameters object returned by
25 //this class should be fully constructed and configured (all of their
26 //resources, components, parameter settings appropriate to the particular
27 //type of object are specified).
28 
30 {
31 public:
32  //constructor
34 
35  //Returns a new instances of parameters objects. The caller is
36  //responsible for deleting memory associated with these items.
42 
43 protected:
44 
45  //copy constructor - not implemented
47 
48  //assignment operator - not implemented
50 };
51 
52 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)