VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Classes | Public Member Functions | Static Public Member Functions
DtVrfSimOptionsInterface Class Reference

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 bool disableCallbackQueue () const =0
 Disable DtParallelTickManager.
virtual unsigned numCallbackThreads () const =0
 Number of threads in DtParallelTickManager callback queue.
virtual bool mainThreadWaitForQueue () const =0
 Flush the DtParallelTickManager callback queue in the main thread.
virtual bool disableParallelTick () const =0
 Run all tick functions serially.

Static Public Member Functions

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

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 bool DtVrfSimOptionsInterface::disableCallbackQueue ( ) const
pure virtual

Disable DtParallelTickManager.

Implemented in DtVrfSimOptions.

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.


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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)