VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlinkElement.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrl/vrvVrl.h>
13 
14 #include <vrvCore/DtElement.h>
17 #include <vrvCore/DtElementEntry.h>
18 
19 #include <vrvUtil/DtUnicode.h>
20 
21 #include <vector>
22 
23 namespace makVrv
24 {
25  class DtBaseConnection;
26 
31  {
32  public:
33 
36 
37  virtual ~DtVrlinkElement();
38 
40  DtVrlinkElement() = delete;
41 
43  DtVrlinkElement(const DtVrlinkElement&) = delete;
44 
46  DtVrlinkElement& operator=(const DtVrlinkElement&) = delete;
47 
48  public:
50  virtual void reportDriverType();
51 
52  protected:
53  };
54 
55 }
56 
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
The DtElement class implements the common behavior of simulation based elements added to the scene...
Definition: DtElement.h:29
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:34
Contains makVrv::DtSharedModelSetSettings class.
Contains makVrv::DtElement class.
Contains makVrv::DtElementAttributes class.
Contains DLL export macros.
Contains makVrv::DtElementEntry class.

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)