RtKit
RtKit
Public Functions
| Name | |
|---|---|
| RtKit() | |
| ~RtKit() | |
| RtKit(const RtKit & ) =delete | |
| RtKit & | operator=(const RtKit & ) =delete |
| RtKit(RtKit && ) =delete | |
| RtKit & | operator=(RtKit && ) =delete |
| std::string | lastError() const |
| int | queryMaxRealtimePriority(bool * ok =nullptr) |
| int | queryMinNiceLevel(bool * ok =nullptr) |
| long long | queryRTTimeUSecMax(bool * ok =nullptr) |
| bool | makeHighPriority(pid_t thread, int niceLevel) |
| bool | makeRealtime(pid_t thread, uint priority) |
Public Functions Documentation
function RtKit
explicit RtKit()function ~RtKit
~RtKit()function RtKit
RtKit(
const RtKit &
) =deletefunction operator=
RtKit & operator=(
const RtKit &
) =deletefunction RtKit
RtKit(
RtKit &&
) =deletefunction operator=
RtKit & operator=(
RtKit &&
) =deletefunction lastError
std::string lastError() constfunction queryMaxRealtimePriority
int queryMaxRealtimePriority(
bool * ok =nullptr
)function queryMinNiceLevel
int queryMinNiceLevel(
bool * ok =nullptr
)function queryRTTimeUSecMax
long long queryRTTimeUSecMax(
bool * ok =nullptr
)function makeHighPriority
bool makeHighPriority(
pid_t thread,
int niceLevel
)function makeRealtime
bool makeRealtime(
pid_t thread,
uint priority
)Updated on 2026-04-15 at 08:24:00 +0000