VR-Forces 4.10 Class Documentation
 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. More...

Inheritance diagram for DtVrfSimOptionsInterface:
Inheritance graph
[legend]

Classes

class  Configurable
 Mixin interface to put a configurable DtVrfSimOptionsInterface into another class. More...
 

Public Member Functions

virtual ~DtVrfSimOptionsInterface ()
 
virtual unsigned numCallbackThreads () const =0
 Number of threads in DtParallelTickManager callback queue. More...
 
virtual bool mainThreadWaitForQueue () const =0
 Flush the DtParallelTickManager callback queue in the main thread. More...
 
virtual bool disableParallelTick () const =0
 Run all tick functions serially. More...
 
virtual bool issueSimExitOnFinishTestCommand () const =0
 Send exit message when finishing a test. More...
 
virtual DtFilename testLogFile () const =0
 Write the output of a test to the specified file. More...
 

Static Public Member Functions

static DtVrfSimOptionsInterfaceCopy (const DtVrfSimOptionsInterface &)
 Copy a DtVrfSimOptionsInterface object. More...
 

Detailed Description

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.

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 DtVrfSimOptions.

virtual bool DtVrfSimOptionsInterface::mainThreadWaitForQueue ( ) const
pure virtual

Flush the DtParallelTickManager callback queue in the main thread.

Implemented in DtVrfSimOptions.

virtual bool DtVrfSimOptionsInterface::disableParallelTick ( ) const
pure virtual

Run all tick functions serially.

Implemented in DtVrfSimOptions.

virtual bool DtVrfSimOptionsInterface::issueSimExitOnFinishTestCommand ( ) const
pure virtual

Send exit message when finishing a test.

Implemented in DtVrfSimOptions.

virtual DtFilename DtVrfSimOptionsInterface::testLogFile ( ) const
pure virtual

Write the output of a test to the specified file.

Implemented in DtVrfSimOptions.


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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)