VR-Forces 4.6.1 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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)