RtKit

RtKit

Inherits from QObject

Public Functions

Name
RtKit(QObject * parent =nullptr)
QStringlastError() 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(
    QObject * parent =nullptr
)

function lastError

QString 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 2024-09-05 at 17:39:59 +0000