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. |
|
This implementation will simply increment the btc_Made variable by one. Definition at line 76 of file StubBasicTaskCallback.hh. References btc_Made. |
|
This implementation will simply increment the btc_Missed variable by one. Definition at line 65 of file StubBasicTaskCallback.hh. References btc_Missed. |
|
Log a message through the callback. This implementation ignores the parameter and prints nothing.
Definition at line 54 of file StubBasicTaskCallback.hh. |