VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSignalEvent.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
8 
9 const DtUserProtocol DtVrForcesSignalUserProtocol = (DtUserProtocol) 11050;
10 
11 namespace makVrfEvents
12 {
14  {
15  public:
17  DtVrfSignalEvent(int length, char* buffer);
19  DtVrfSignalEvent& operator=(const DtVrfSignalEvent&);
20 
21  virtual ~DtVrfSignalEvent() override;
22 
23  void setCommModelName(const DtString&);
24  const DtString& commModelName() const;
25 
26  virtual DtEvent* clone() const override { return new DtVrfSignalEvent(*this); };
27 
28  protected:
29  DtString myCommModelName;
30  };
31 }
const DtUserProtocol DtVrForcesSignalUserProtocol
Definition: vrfSignalEvent.h:9
Definition: rawSignalEvent.h:16
Definition: event.h:13
Definition: vrfSignalEvent.h:13
DT_DLL_VRVCORE double length(const makVrv::DtCoordinateSystem &, const std::vector< DtVector > &vertices)
Returns the total distance of a segmented line defined by the provided vector of vertices. Coordinates are in local database coordinates. The coordinate system is used to convert between the local database coordinates and geocentric. All distance is in 2D – the Z value is ignored.
#define DT_DLL_vrfMsgTransport
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfCommunicationManagerDefines.h:26

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)