VR-Engage  2.2
Loading...
Searching...
No Matches
cigiSimEntityPublisher.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
10namespace makVre
11{
12
14 : public DtCigiPublisherTemplate<CigiBaseEntityCtrl, DtCigiSimEntityPublisher, DtCigiSimObjectPublisherBase>
15{
16public:
18 virtual ~DtCigiSimEntityPublisher() override {}
19
20protected:
21 virtual void createChildren() override;
22};
23
24} // namespace makVre
virtual void createChildren() override
Derived Publisher classes should override createChildre() to create child Publishers,...
virtual ~DtCigiSimEntityPublisher() override
Definition cigiSimEntityPublisher.h:18
DtCigiSimEntityPublisher()
Definition cigiSimEntityPublisher.h:17
Contains the DLL export macro.
#define CIGIHOST_DLL
Definition export.h:20
Include export definitions for this library.
Definition glsVreMessageUtil.h:49