VR-Link API Documentation for HLA 1.3
Classes | Defines | Typedefs | Functions | Variables
vlThreadedObject.h File Reference

Defines a ThreadedObject which can run a DtRunnable object in a thread. More...

Go to the source code of this file.

Classes

class  DtThreadedObject

Defines

#define typedefException(Name, Value)
 Define a set of thread related exceptions.

Typedefs

typedef DtBoost::shared_ptr
< DtRunnable
DtRunnableSP

Functions

 typedefException (DtThreadAlreadyRunning, ThreadExceptionBase+1) typedefException(DtThreadNotStarted
ThreadExceptionBase typedefException (DtThreadCreationError, ThreadExceptionBase+3) typedefException(DtThreadWouldDeadlock

Variables

const int ThreadExceptionBase = 1000

Detailed Description

Defines a ThreadedObject which can run a DtRunnable object in a thread.


Define Documentation

#define typedefException (   Name,
  Value 
)
Value:
const int Name##Number = Value;\
   typedef DtTemplatedException<Name##Number> Name;

Define a set of thread related exceptions.


Typedef Documentation

typedef DtBoost::shared_ptr<DtRunnable> DtRunnableSP

Function Documentation

typedefException ( DtThreadAlreadyRunning  ,
ThreadExceptionBase 1 
)
ThreadExceptionBase typedefException ( DtThreadCreationError  ,
ThreadExceptionBase 3 
)

Variable Documentation

const int ThreadExceptionBase = 1000

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)