VR-Forces 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() override;
31 
33  virtual void operator() ( const char* s, ... ) override;
34 
35  DtOutputStreamBuffer* buffer() { return myStreamBuf; }
36 
37 };
virtual void operator()(const char *s,...) override
This is a copy of DtOutputStream::operator() until the write().
Definition: outputChannelManager.h:192
Definition: outputChannelManager.h:161
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:80
#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:238
DtOutputStreamBuffer * buffer()
Definition: translatableOutputStream.h:35
Contains the DtOutputChannelManager class declaration.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)