RtKit

RtKit

Public Functions

Name
RtKit()
~RtKit()
RtKit(const RtKit & ) =delete
RtKit &operator=(const RtKit & ) =delete
RtKit(RtKit && ) =delete
RtKit &operator=(RtKit && ) =delete
std::stringlastError() const
intqueryMaxRealtimePriority(bool * ok =nullptr)
intqueryMinNiceLevel(bool * ok =nullptr)
long longqueryRTTimeUSecMax(bool * ok =nullptr)
boolmakeHighPriority(pid_t thread, int niceLevel)
boolmakeRealtime(pid_t thread, uint priority)

Public Functions Documentation

function RtKit

explicit RtKit()

function ~RtKit

~RtKit()

function RtKit

RtKit(
    const RtKit & 
) =delete

function operator=

RtKit & operator=(
    const RtKit & 
) =delete

function RtKit

RtKit(
    RtKit && 
) =delete

function operator=

RtKit & operator=(
    RtKit && 
) =delete

function lastError

std::string lastError() const

function 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