VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Classes | Public Member Functions | Static Public Member Functions
DtVrfSimOptionsInterface Class Referenceabstract

Options for the configuring the sim.

This class has no dependencies so it can be used as a mixin interface for the actual implementation. DtVrfSimOptions uses this class to pass its options to the rest of the sim since we cannot use DtVrfSimOptions directly here since it is in appsrc.

Inheritance diagram for DtVrfSimOptionsInterface:
Inheritance graph
[legend]

Classes

class  Configurable
 

Public Member Functions

virtual ~DtVrfSimOptionsInterface ()
 
virtual unsigned numCallbackThreads () const =0
 
virtual bool mainThreadWaitForQueue () const =0
 
virtual bool disableParallelTick () const =0
 
virtual bool issueSimExitOnFinishTestCommand () const =0
 
virtual DtFilename testLogFile () const =0
 

Static Public Member Functions

static DtVrfSimOptionsInterfaceCopy (const DtVrfSimOptionsInterface &)
 

Constructor & Destructor Documentation

virtual DtVrfSimOptionsInterface::~DtVrfSimOptionsInterface ( )
virtual

Member Function Documentation

static DtVrfSimOptionsInterface* DtVrfSimOptionsInterface::Copy ( const DtVrfSimOptionsInterface )
static

Copy a DtVrfSimOptionsInterface object. This allows the user to create a copy with all the configured data but to leave the original implementation behind.

virtual unsigned DtVrfSimOptionsInterface::numCallbackThreads ( ) const
pure virtual

Number of threads in DtParallelTickManager callback queue.

Implemented in makVrf::DtVrfSimOptions, and makVrf::DtVrfSimOptions.

virtual bool DtVrfSimOptionsInterface::mainThreadWaitForQueue ( ) const
pure virtual

Flush the DtParallelTickManager callback queue in the main thread.

Implemented in makVrf::DtVrfSimOptions, and makVrf::DtVrfSimOptions.

virtual bool DtVrfSimOptionsInterface::disableParallelTick ( ) const
pure virtual

Run all tick functions serially.

Implemented in makVrf::DtVrfSimOptions, and makVrf::DtVrfSimOptions.

virtual bool DtVrfSimOptionsInterface::issueSimExitOnFinishTestCommand ( ) const
pure virtual

Send exit message when finishing a test.

Implemented in makVrf::DtVrfSimOptions, and makVrf::DtVrfSimOptions.

virtual DtFilename DtVrfSimOptionsInterface::testLogFile ( ) const
pure virtual

Write the output of a test to the specified file.

Implemented in makVrf::DtVrfSimOptions, and makVrf::DtVrfSimOptions.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)