RTI Connext Micro C API
Version 2.4.14.1
|
ARINC 653 Thread properties. More...
Data Fields | |
SYSTEM_TIME_TYPE | period |
Period of ARINC 653 process. | |
SYSTEM_TIME_TYPE | time_capacity |
Time capacity of ARINC 653 process. | |
DEADLINE_TYPE | deadline |
Deadline of ARINC 653 process. | |
PROCESS_NAME_TYPE | name |
Name of ARINC 653 process. |
ARINC 653 Thread properties.
An OSAPI Thread is mapped in VxWorks 653 to an ARINC 653 process. The thread properties allow the configuration of the underlying ARINC 653 process.
SYSTEM_TIME_TYPE OSAPI_Arinc653_ThreadProperty::period |
Period of ARINC 653 process.
SYSTEM_TIME_TYPE OSAPI_Arinc653_ThreadProperty::time_capacity |
Time capacity of ARINC 653 process.
DEADLINE_TYPE OSAPI_Arinc653_ThreadProperty::deadline |
Deadline of ARINC 653 process.
PROCESS_NAME_TYPE OSAPI_Arinc653_ThreadProperty::name |
Name of ARINC 653 process.
If this name is an empty string, then the default thread name will become the ARINC 653 process name.