VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
backendConsoleNetworkPrinter.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: backendConsoleNetworkPrinter.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef backendConsolePrinter_H_
15
#define backendConsolePrinter_H_
16
17
#include <vlutil/vlPrint.h>
18
#include <vlpi/simulationAddress.h>
19
#include "
vrfobjcore/vrfobjcoreDefines.h
"
20
21
class
DtExerciseConn;
22
25
class
DT_DLL_vrfobjcore
DtBackendConsoleNetworkPrinter
:
public
DtPrinter
26
{
27
private
:
29
DtBackendConsoleNetworkPrinter
();
30
31
public
:
32
DtBackendConsoleNetworkPrinter
(
const
DtSimulationAddress& addr,
33
DtExerciseConn* exerciseConn);
34
41
virtual
void
write(
const
std::string &str,
int
notify_level,
bool
sync);
42
43
protected
:
44
DtSimulationAddress
mySimulationAddress
;
45
46
DtExerciseConn*
myExerciseConn
;
47
};
48
49
#endif
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)