|
ADTF
|
#include <kernel_intf.h>
Inherits adtf::ucom::ant::IObject.
Public Member Functions | |
| ADTF_IID (IScheduling, "scheduling.ant.kernel.services.adtf.iid") | |
| virtual tResult | GetScheduling (tSchedulingInfo &sScheduling) const =0 |
| virtual tResult | SetScheduling (const tSchedulingInfo &sScheduling)=0 |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Protected Member Functions | |
| ~IScheduling ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Interface for retrieving and setting of scheduling options.
|
pure virtual |
Get the current scheduling settings.
| [out] | sScheduling | This will be updated with the current scheduling information. |
|
pure virtual |
Update the scheduling settings.
| [in] | sScheduling | The new scheduling options. |