![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2006 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: backendConsoleNetworkPrinter.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef backendConsolePrinter_H_ 00015 #define backendConsolePrinter_H_ 00016 00017 #include <vlutil/vlPrint.h> 00018 #include <vlpi/simulationAddress.h> 00019 #include "vrfobjcore/vrfobjcoreDefines.h" 00020 00021 class DtExerciseConn; 00022 00025 class DT_DLL_vrfobjcore DtBackendConsoleNetworkPrinter : public DtPrinter 00026 { 00027 private: 00029 DtBackendConsoleNetworkPrinter(); 00030 00031 public: 00032 DtBackendConsoleNetworkPrinter(const DtSimulationAddress& addr, 00033 DtExerciseConn* exerciseConn); 00034 00041 virtual void write(const std::string &str, int notify_level); 00042 00043 protected: 00044 DtSimulationAddress mySimulationAddress; 00045 00046 DtExerciseConn* myExerciseConn; 00047 }; 00048 00049 #endif