OS
v1.7.5
Documentation
|
This is the complete list of members for qOS::task, including all inherited members.
activities(event_t e) | qOS::task | protectedvirtual |
asleep(void) noexcept | qOS::task | inline |
attachQueue(queue &q, const queueLinkMode mode, const size_t arg=1U) noexcept | qOS::task | |
awake(void) noexcept | qOS::task | inline |
disable(void) noexcept | qOS::task | inline |
enable(void) noexcept | qOS::task | inline |
getBindedObject(void) const noexcept | qOS::task | |
getContainer(void) noexcept | qOS::node | inlineprotected |
getCycles(void) const noexcept | qOS::task | |
getID(void) const noexcept | qOS::task | |
getName(void) const noexcept | qOS::task | |
getPriority(void) const noexcept | qOS::task | |
getQueue(void) noexcept | qOS::task | |
getState(void) const noexcept | qOS::task | |
INDEFINITE | qOS::task | static |
isEnabled(void) const noexcept | qOS::task | inline |
node() | qOS::node | inlineprotected |
PERIODIC | qOS::task | static |
resume(void) noexcept | qOS::task | inline |
setCallback(const taskFcn_t tCallback) noexcept | qOS::task | |
setData(void *arg) noexcept | qOS::task | |
setIterations(const iteration_t iValue) noexcept | qOS::task | |
setName(const char *tName) noexcept | qOS::task | |
setPriority(const priority_t pValue) noexcept | qOS::task | |
setState(const taskState s) noexcept | qOS::task | |
setTime(const qOS::duration_t tValue) noexcept | qOS::task | |
SINGLE_SHOT | qOS::task | static |
suspend(void) noexcept | qOS::task | inline |
task()=default | qOS::task | |
~task() | qOS::task | inlinevirtual |