A class to retrieve a thread's scheduling configuration (its priority and affinity). A thread's scheduling configuration is retrieved either from the deployment unit's design (if it's specified there), or from the framework (the default configuration). If information about a thread's priority or affinity is available in the deployment unit's design, the member function corresponding to the thread has to be overriden in the generated derived class.
More...
#include <DeploymentThreadConfiguration.h>
A class to retrieve a thread's scheduling configuration (its priority and affinity). A thread's scheduling configuration is retrieved either from the deployment unit's design (if it's specified there), or from the framework (the default configuration). If information about a thread's priority or affinity is available in the deployment unit's design, the member function corresponding to the thread has to be overriden in the generated derived class.
Get the scheduling configuration of an event source thread.
- Parameters
-
name | The name of the event source |
Get the scheduling configuration of a notification thread.
- Parameters
-
name | The name of the notification thread |
Get the scheduling configuration of a real-time scheduler (concurrency layer) thread.
- Parameters
-
name | The name of the real-time scheduler (concurrency layer) |
The documentation for this class was generated from the following files:
- DeploymentThreadConfiguration.h
- DeploymentThreadConfiguration.cpp