VR-Engage  2.2
Loading...
Searching...
No Matches
cigiSimEntityVelocityPublisherV4.h
Go to the documentation of this file.
1/*******************************************************************************
2** Copyright (c) 2024 MAK Technologies, Inc.
3** All rights reserved.
4*******************************************************************************/
5#pragma once
6
9
10#include <CigiVelocityCtrlV4.h>
11
12namespace makVre
13{
14
16 : public DtCigiPublisherTemplate<CigiVelocityCtrlV4, DtCigiSimEntityVelocityPublisherV4,
17 DtCigiSimEntityVelocityPublisher, DtCigiDataCreator>
18{
19public:
22
23protected:
24 virtual void initShared() override;
25};
26
27} // namespace makVre
virtual ~DtCigiSimEntityVelocityPublisherV4() override
Definition cigiSimEntityVelocityPublisherV4.h:21
DtCigiSimEntityVelocityPublisherV4()
Definition cigiSimEntityVelocityPublisherV4.h:20
virtual void initShared() override
Derived Publisher classes should override initShared() to set inital values in the shared CIGI data o...
Contains the DLL export macro.
#define CIGIHOST_DLL
Definition export.h:20
Include export definitions for this library.
Definition glsVreMessageUtil.h:49