VR-Forces 4.1 Class Documentation
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>
20 
21 class DtExerciseConn;
22 
26 {
27 private:
30 
31 public:
32  DtBackendConsoleNetworkPrinter(const DtSimulationAddress& addr,
33  DtExerciseConn* exerciseConn);
34 
41  virtual void write(const std::string &str, int notify_level);
42 
43 protected:
44  DtSimulationAddress mySimulationAddress;
45 
46  DtExerciseConn* myExerciseConn;
47 };
48 
49 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)