]> rtime.felk.cvut.cz Git - frescor/forb.git/blob - src/forb-idl.idl
forb: Split forb_port_destroy() to stop and destroy phases
[frescor/forb.git] / src / forb-idl.idl
1 /**
2  * @file   forb-idl.idl
3  * @author Michal Sojka <sojkam1@fel.cvut.cz>
4  * @date   Mon Oct 13 13:41:54 2008
5  * 
6  * @brief  Remote interface for FORB
7  * 
8  */
9
10
11 module forb {
12         /**
13          * Remote interface for FORB obejcts
14          * 
15          * Every FORB provides this interface to remote forbs so that
16          * other FORBs can obtain information about other FORBs.
17          */
18         interface orb {
19                 void is_alive(); /**< Empty function intended to check whether the FORB is active or not. */
20         };
21 };