GATE
Loading...
Searching...
No Matches
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.


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