CTask Class Reference

#include <Thread.h>

Inheritance diagram for CTask:
Inheritance graph
[legend]
Collaboration diagram for CTask:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void SetTaskStatus (TaskStatus_t state)
void SetId (ThreadId_t *pid)
BOOL Wait (int timeoutSeconds)
TaskStatus_t Status ()
void Thread (ThreadId_t *pId)
 CTask ()
 ~CTask ()
virtual BOOL Task ()=0

Public Attributes

CMutexClass m_mutex

Private Attributes

TaskStatus_t m_state
ThreadId_t m_dwThread

Constructor & Destructor Documentation

CTask::CTask (  )  [inline]
CTask::~CTask (  )  [inline]

Member Function Documentation

void CTask::SetId ( ThreadId_t pid  )  [inline]

Here is the caller graph for this function:

void CTask::SetTaskStatus ( TaskStatus_t  state  )  [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

TaskStatus_t CTask::Status (  )  [inline]

Where returns current state of a task

Here is the call graph for this function:

Here is the caller graph for this function:

virtual BOOL CTask::Task (  )  [pure virtual]

Implemented in CTaskIncrementer, and MyTaskClass.

Here is the caller graph for this function:

void CTask::Thread ( ThreadId_t pId  )  [inline]

Here is the caller graph for this function:

BOOL CTask::Wait ( int  timeoutSeconds  )  [inline]

Wait waits for upto timeoutSeconds for a task to complete

Here is the call graph for this function:


Member Data Documentation


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

Generated on 4 Mar 2010 for TReqS by  doxygen 1.6.1