#include <schedulernotification.h>

Public Member Functions | |
| SchedulerNotification () | |
| SchedulerNotification (unsigned int id, uint32_t upperSec, uint32_t upperNsec) | |
| uint32_t | getUpperTimeLimitSec () const |
| uint32_t | getUpperTimeLimitNsec () const |
| std::pair< uint32_t, uint32_t > | getUpperTimeLimitPair () const |
| void | setUpperTimeLimit (uint32_t sec, uint32_t nsec) |
| void | setZero (unsigned int id) |
| unsigned int | getID () const |
| void | setID (unsigned int id) |
Private Attributes | |
| unsigned int | m_identifier |
| uint32_t | m_upperTimeLimitSec |
| uint32_t | m_upperTimeLimitNsec |
This class holds data suitable for communication with a scheduling instance.
|
inline |
|
inline |
|
inline |

|
inline |

|
inline |

|
inline |

|
inline |

|
inline |

|
inline |
|
private |
|
private |
|
private |