VR-Engage  2.2
Loading...
Searching...
No Matches
cigiViewControlPublisherV4.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 <CigiViewCtrlV4.h>
11
12namespace makVre
13{
14
16 : public DtCigiPublisherTemplate<CigiViewCtrlV4, DtCigiViewControlPublisherV4, DtCigiViewControlPublisher,
17 DtCigiDataCreator>
18{
19public:
21 virtual ~DtCigiViewControlPublisherV4() override {}
22};
23
24} // namespace makVre
DtCigiViewControlPublisherV4()
Definition cigiViewControlPublisherV4.h:20
virtual ~DtCigiViewControlPublisherV4() override
Definition cigiViewControlPublisherV4.h:21
Contains the DLL export macro.
#define CIGIHOST_DLL
Definition export.h:20
Include export definitions for this library.
Definition glsVreMessageUtil.h:49