VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
controllerComponentList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ctlrCompList.h,v $ $Revision: 1.10 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 
19 #ifndef DtControllerComponentList_H_
20 #define DtControllerComponentList_H_
21 
22 #include <vlutil/vlString.h>
24 
25 class DtSimComponent;
26 class DtSimTask;
28 
35 
36 
39 {
40 public:
43 
46  DtReaderWriterRegistry * const parentRegistry = 0);
47 
48 protected:
51 
54  orig);
55 
56 public:
58  virtual ~DtControllerComponentList();
59 
60  virtual void taskNotify(const DtSimTask & task, const DtSimComponent &
61  notifier);
62 
63  virtual void clearTask();
64 };
65 
66 #endif
67 
Class Description: DtControllerComponentList.
Definition: controllerComponentList.h:38
Definition: readerWriterRegistry.h:39
Class Description: DtSimComponentList.
Definition: simComponentList.h:42
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
DtSimTask is an abstract base class from which real tasks can derive.
Definition: simTask.h:31
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)