VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
appsrc
vrfOpdEditor
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
13
#include "
vrfobjparam/vrfObjectParameters.h
"
14
15
class
DtSysObjectParameters
:
public
DtVrfObjectParameters
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)