RTX v5 implementation specific definitions and functions defined in rtx_os.h. More...
Content | |
Macros | |
RTX5 macros. | |
Types | |
RTX5 types. | |
Functions | |
RTX5 functions. | |
Event functions | |
RTX5 Event Recorder functions. | |
RTX v5 implementation specific definitions and functions defined in rtx_os.h.
The RTX v5 implementation is using the following Namespace prefixes for public symbol definitions:
osRtx
for all general definitions and function names that relate to the RTX kernel.osRtx
with postfix _t
for all typedefs.OS_Tick_
for interface functions to the hardware system tick timer.EvrRtx
for event function annotations that interface to the Event Recorder.The RTX5 kernel can be customized for different application requirements:
RTX5 interfaces to the Event Recorder and provides event information that helps to analyze the operation. Refer to Event functions for more information.