GATE
gate_runnable_t Interface Reference

Interface to cover executable (runnable) code. More...

#include <objects.h>

Inheritance diagram for gate_runnable_t:
gate_object_t gate_task_t

Public Member Functions

gate_result_t run ()
 Executes code covered by this interface.
 
- Public Member Functions inherited from gate_object_t
char const * get_interface_name ()
 Returns on object's interface path name.
 
void release ()
 Decrease object's reference counter, releases the object when count reaches zero.
 
int retain ()
 Increase object's reference counter.
 

Detailed Description

Interface to cover executable (runnable) code.

Member Function Documentation

◆ run()

gate_result_t run ( )

Executes code covered by this interface.

Implemented in gate_task_t.


The documentation for this interface was generated from the following file: