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

StubBasicTaskCallback Class Reference

List of all members.

Detailed Description

A stub Qosket::Basic::BasicTaskCallback that can be used for testing.

Definition at line 26 of file StubBasicTaskCallback.hh.

Public Member Functions

 StubBasicTaskCallback (void)
 Construct a new StubBasicTaskCallback.

virtual ~StubBasicTaskCallback (void)
 Deconstruct a StubBasicTaskCallback.

void sendMessage (const char *msg) throw (CORBA::SystemException)
 Log a message through the callback.

void MissedDeadline (void) throw (CORBA::SystemException)
 

void MadeDeadline (void) throw (CORBA::SystemException)
 


Public Attributes

unsigned int btc_Missed
 Counter that records the number of times MissedDeadline() has been called.

unsigned int btc_Made
 Counter that records the number of times MadeDeadline() has been called.


Member Function Documentation

void StubBasicTaskCallback::MadeDeadline void   )  throw (CORBA::SystemException) [inline]
 

This implementation will simply increment the btc_Made variable by one.

Definition at line 76 of file StubBasicTaskCallback.hh.

References btc_Made.

void StubBasicTaskCallback::MissedDeadline void   )  throw (CORBA::SystemException) [inline]
 

This implementation will simply increment the btc_Missed variable by one.

Definition at line 65 of file StubBasicTaskCallback.hh.

References btc_Missed.

void StubBasicTaskCallback::sendMessage const char *  msg  )  throw (CORBA::SystemException) [inline]
 

Log a message through the callback.

This implementation ignores the parameter and prints nothing.

Parameters:
msg The message to log.

Definition at line 54 of file StubBasicTaskCallback.hh.


The documentation for this class was generated from the following file:
Generated on Mon Dec 1 16:30:40 2003 for CPU Broker by doxygen 1.3.4