osa_parameters osa_tracker_control
API Reference Manual  /  7 Simulator-to-Simulator Interfaces  / 

osa_tracker_component

Description

get_tracker returns the tracker object associated with the component or nil if no such tracker exists.

get_mapper returns the mapper object associated with the component or nil if no such mapper exists.

SIM_INTERFACE(osa_tracker_component) {
        conf_object_t *(*get_tracker)(conf_object_t *NOTNULL obj);
        conf_object_t *(*get_mapper)(conf_object_t *NOTNULL obj);
};

#define OSA_TRACKER_COMPONENT_INTERFACE "osa_tracker_component"

Execution Context
Cell Context for all methods.

osa_parameters osa_tracker_control