Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

CommandThread Class Reference

#include <Simulator.h>

Inheritance diagram for CommandThread:

Detailed Description

Definition at line 106 of file Simulator.h.

List of all members.

Public Member Functions

 CommandThread ()
 ~CommandThread ()
virtual void * run ()
virtual void runInitThread (Thread &th)
virtual void abortInitThreads ()

Protected Attributes

Thread::Lock initThreadsLock
std::set< Thread * > initThreads

Private Member Functions

 CommandThread (const CommandThread &)
 do not call
CommandThreadoperator= (const CommandThread &)
 do not call

Constructor & Destructor Documentation

CommandThread (  ) 

Definition at line 108 of file Simulator.h.

~CommandThread (  ) 

Definition at line 598 of file Simulator.cc.

CommandThread ( const CommandThread  )  [private]

do not call


Member Function Documentation

void abortInitThreads (  )  [virtual]

Definition at line 669 of file Simulator.cc.

Referenced by Simulator::cmdQuit().

CommandThread& operator= ( const CommandThread  )  [private]

do not call

void * run (  )  [virtual]

Reimplemented from Thread.

Definition at line 609 of file Simulator.cc.

void runInitThread ( Thread th  )  [virtual]

Definition at line 656 of file Simulator.cc.

Referenced by Simulator::abortable().


Member Data Documentation

std::set<Thread*> initThreads [protected]

Definition at line 115 of file Simulator.h.

Referenced by CommandThread::abortInitThreads(), and CommandThread::runInitThread().


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

Tekkotsu Hardware Abstraction Layer 5.1CVS
Generated Mon May 9 05:01:42 2016 by Doxygen 1.6.3