Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

trtOs Class Reference

#include <trtos.h>

Inheritance diagram for trtOs:

Os List of all members.

Public Member Functions

 trtOs ()
 ~trtOs ()
osTaskcreateTask (void(*f)(void *), void *arg)
osMutexcreateMutex (bool locked=false)
osSemaphorecreateSemaphore (int credit=0)

Constructor & Destructor Documentation

trtOs::trtOs  ) 
 

Definition at line 32 of file trtos.cc.

References os, trt_init(), trt_onidle(), and trt_trap().

trtOs::~trtOs  ) 
 

Definition at line 40 of file trtos.cc.


Member Function Documentation

osMutex * trtOs::createMutex bool  locked = false  )  [virtual]
 

Implements Os.

Definition at line 48 of file trtos.cc.

osSemaphore * trtOs::createSemaphore int  credit = 0  )  [virtual]
 

Implements Os.

Definition at line 53 of file trtos.cc.

osTask * trtOs::createTask void(*  f)(void *),
void *  arg
[virtual]
 

Implements Os.

Definition at line 43 of file trtos.cc.


The documentation for this class was generated from the following files:
Generated on Wed Feb 15 14:52:41 2006 for yapi by doxygen 1.3.2