Include dependency graph for rtai_version.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Defines | |
| #define | RTAI_RELEASE PACKAGE_VERSION | 
| #define | RTAI_MANGLE_VERSION(a, b, c) (((a) * 65536) + ((b) * 256) + (c)) | 
| #define | RTAI_VERSION_CODE RTAI_MANGLE_VERSION(CONFIG_RTAI_VERSION_MAJOR,CONFIG_RTAI_VERSION_MINOR,CONFIG_RTAI_REVISION_LEVEL) | 
| #define RTAI_MANGLE_VERSION | ( | a, | |||
| b, | |||||
| c | ) | (((a) * 65536) + ((b) * 256) + (c)) | 
Definition at line 22 of file rtai_version.h.
| #define RTAI_RELEASE PACKAGE_VERSION | 
Definition at line 21 of file rtai_version.h.
| #define RTAI_VERSION_CODE RTAI_MANGLE_VERSION(CONFIG_RTAI_VERSION_MAJOR,CONFIG_RTAI_VERSION_MINOR,CONFIG_RTAI_REVISION_LEVEL) | 
Definition at line 23 of file rtai_version.h.
 1.4.7
 1.4.7