/home/brennan/Software/sensix/source/L2/corba_discovery.c File Reference
ORBit CORBA service discovery utilities.
More...
#include <string.h>
#include <orbit/orbit.h>
#include "corba_util.h"
#include "discovery_service.h"
Go to the source code of this file.
|
Functions |
void | register_object (unsigned char type, CORBA_Object servant, CORBA_ORB orb, CORBA_Environment *ev) |
CORBA_Object | discover_object (unsigned char type, unsigned char level, CORBA_ORB orb, CORBA_Environment *ev) |
Detailed Description
ORBit CORBA service discovery utilities.
- Revision
- 1.5
- Author
- sean_m_brennan
- Date
- 2009/05/25 17:43:47
Definition in file corba_discovery.c.
Function Documentation
CORBA_Object discover_object |
( |
unsigned char |
type, |
|
|
unsigned char |
level, |
|
|
CORBA_ORB |
orb, |
|
|
CORBA_Environment * |
ev | |
|
) |
| | |
void register_object |
( |
unsigned char |
type, |
|
|
CORBA_Object |
servant, |
|
|
CORBA_ORB |
orb, |
|
|
CORBA_Environment * |
ev | |
|
) |
| | |