VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
managedInterface
csharpPrinter.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2015 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
6
#pragma once
7
11
12
#include <
vlutil/vlPrint.h
>
13
16
class
DtCSharpPrinter
:
public
DtPrinter
17
{
18
19
public
:
21
DtCSharpPrinter
();
22
24
DtCSharpPrinter
(
const
DtCSharpPrinter
&);
25
27
virtual
~DtCSharpPrinter
();
28
31
virtual
void
write
(
const
std::string &str,
int
notify_level);
32
};
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)