VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
translatableOutputStream.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2022 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 class DtSimObject;
15 
17 {
18 public:
19 
21  static DtChannelSpecificOutputStream* creator( DtOutputStreamBuffer* b, int& globalThresholdRef, int threshold = 1,
22  DtPrinter* default_printer = 0, const std::string& prefix = "" );
23 
27  DtTranslatableOutputStream( DtOutputStreamBuffer* b, int& globalThresholdRef, int threshold = 1,
28  DtPrinter* default_printer = 0, const std::string& prefix = "" );
29 
30  virtual ~DtTranslatableOutputStream();
31 
33  virtual void operator()( const char* s, ... );
34 
35  DtOutputStreamBuffer* buffer() { return myStreamBuf; }
36 
37 };
Definition: outputChannelManager.h:159
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:79
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
Definition: translatableOutputStream.h:16
static DtChannelSpecificOutputStream * creator(DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *default_printer=0, const std::string &prefix="")
Definition: outputChannelManager.h:200
DtOutputStreamBuffer * buffer()
Definition: translatableOutputStream.h:35
Contains the DtOutputChannelManager class declaration.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)