VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sysObjParams.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: sysObjParams.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef DtSysObjectParameters_H_
10 #define DtSysObjectParameters_H_
11 #include <vrvUtil/signalslib.h>
12 
14 
16 {
17 
18 public:
19  // Constructor with parameters to set up read/writability correctly.
20  DtSysObjectParameters(const DtString& name = DtString::nullString(),
21  DtReaderWriterRegistry* parentRegistry = NULL);
22 
23  // destructor
24  virtual ~DtSysObjectParameters();
25 };
26 
27 #endif
28 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)