Transaction-Level Modeling Framework for Space Applications
Classes | |
class | USIBaseDelegate |
class | USIDelegate |
Functions | |
USIObject | USIObjectFromUSIDelegate (sc_core::sc_object *obj) |
Convertion functions to translate from sc_object to an language specific object. More... | |
USIDelegate * | USIObjectToUSIDelegate (USIObject obj) |
Convertion functions to translate from an language specific object to sc_object. More... | |
bool | USIObjectIsUSIDelegate (USIObject obj) |
A function to test if a language specific object contains a USIDelegate. More... | |
USIObject USIObjectFromUSIDelegate | ( | sc_core::sc_object * | obj | ) |
Convertion functions to translate from sc_object to an language specific object.
A function to test if a language specific object contains a USIDelegate.
USIDelegate* USIObjectToUSIDelegate | ( | USIObject | obj | ) |
Convertion functions to translate from an language specific object to sc_object.