Adaptive Framework
0.9.0
|
Adaptive Framework Interface Common Header. More...
#include "afw_common.h"
Go to the source code of this file.
Data Structures | |
struct | afw_interface_rti_variable_s |
Interface Variable Run Time Information. More... | |
struct | afw_interface_rti_method_s |
Interface Method Run Time Information. More... | |
struct | afw_interface_rti_s |
Interface Run Time Information. More... | |
struct | afw_interface_implementation_rti_s |
Interface Implementation Run Time Information. More... | |
struct | afw_interface_s |
Minimal Interface. More... | |
struct | afw_instance_s |
Minimal Instance. More... | |
Typedefs | |
typedef struct afw_interface_rti_variable_s | afw_interface_rti_variable_t |
Interface Variable Run Time Information. | |
typedef struct afw_interface_rti_method_s | afw_interface_rti_method_t |
Interface Method Run Time Information. | |
typedef struct afw_interface_rti_s | afw_interface_rti_t |
Interface Run Time Information. | |
typedef struct afw_interface_implementation_rti_s | afw_interface_implementation_rti_t |
Interface Implementation Run Time Information. | |
typedef struct afw_interface_s | afw_interface_t |
Minimal Interface. | |
typedef struct afw_instance_s | afw_instance_t |
Minimal Instance. | |
Adaptive Framework Interface Common Header.
Do not put anything here that can not included in all interfaces.
Definition in file afw_interface_common.h.