#include <logfile.h>
Inheritance diagram for YLogFileTask:
Public Member Functions | |
YLogFileTask (const YObjectArgs &args) | |
int | GetId () const |
void | SetId (int i) |
int | GetNumber () const |
void | SetNumber (int i) |
YTaskLogFileStatistics & | GetStatistics () |
void | SetThreadActivatedTmp (YASA_TIME t) |
void | SetScheduledActivationTime (YASA_TIME t) |
void | SetThreadPeriod (YASA_TIME currenttime) |
void | SetThreadDeadline (YASA_TIME currentdeadline) |
void | SetThreadComputedTmp (YASA_TIME t) |
void | AddThreadComputedTmp (YASA_TIME t) |
YASA_TIME | GetThreadActivatedTmp () const |
YASA_TIME | GetThreadComputedTmp () const |
bool | IsIdleTask () const |
bool | IsSystemTask () const |
Private Attributes | |
int | id |
int | number |
int | periods |
YTaskLogFileStatistics | statistics |
YASA_TIME | thread_activated |
YASA_TIME | thread_computed |
YASA_TIME | thread_scheduledactivationtime |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|