MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrApp
lgrEnvList.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
6
#pragma once
7
8
#include <mtl/environment.h>
9
10
// This class is only here in order to get around a bug in deleting objects in VR-Link 5.0 and older. It should
11
// be removed once we release a version of the logger that
12
class
DtLgrEnvList
:
public
DtEnvList
13
{
14
public
:
15
DtLgrEnvList
();
16
17
void
removeChild
(DtEnvValueSP val) ;
18
};
DtLgrEnvList::removeChild
void removeChild(DtEnvValueSP val)
DtLgrEnvList::DtLgrEnvList
DtLgrEnvList()
DtEnvList
DtLgrEnvList
Definition:
lgrEnvList.h:12
Document ID: Generated on Thu Sep 2 15:35:22 EDT 2021 from SVN revision 233992
Copyright © 2021 MAK Technologies. All Rights Reserved (
www.mak.com
)