VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
parallelTickActuator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef MyParallelTickComponent_H_
7 #define MyParallelTickComponent_H_
8 
10 
12 {
13 public:
14 
15  // "my-parallel-tick-component" - tag used in SMS.
16  static const char* Tag;
17 
18  //constructor
20  const DtString& name, DtVrfObject* object,
22  DtReaderWriterRegistry* parentRegistry = 0);
23 
24  //Returns a string from compTypes.h, identifying the type of component
25  virtual const char* type() const;
26 
27  //tick function
28  virtual void tick();
29 
30 public:
31 
32  //Creator function to be registered with the DtSimComponentFactory --
33  //see main.cxx
34  static DtSimComponent* creator(
35  const DtString& name, DtVrfObject* object,
37  DtReaderWriterRegistry* parentRegistry);
38 };
39 
40 #endif
41 
42 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)