Public Methods |
| TAO_AV_Child_Process () |
| Constructor. More...
|
virtual | ~TAO_AV_Child_Process () |
| Destructor. More...
|
int | init (int argc, char **argv, CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) |
| Initializes the ORB, creates and activates the T_StreamEndpoint, T_VDev, T_MediaCtrl in the POA. More...
|
int | run (ACE_Time_Value *tv=0) |
| runs the ORB event loop. More...
|
Protected Methods |
int | activate_objects (int argc, char **argv ACE_ENV_ARG_DECL) |
char * | activate_with_poa (PortableServer::Servant servant ACE_ENV_ARG_DECL) |
| activate the servant with the poa. More...
|
int | unbind_names (void) |
| Removes the vdev and streamendpoint names from the naming service. More...
|
int | bind_to_naming_service (ACE_ENV_SINGLE_ARG_DECL) |
| Binds to the naming service. More...
|
int | register_vdev (ACE_ENV_SINGLE_ARG_DECL) |
| Registers vdev with the naming service. More...
|
int | register_stream_endpoint (ACE_ENV_SINGLE_ARG_DECL) |
| Registers stream_endpoint with the naming service. More...
|
int | release_semaphore () |
| Releases the semaphore on which the parent is waiting on. More...
|
virtual int | make_vdev (T_VDev *&vdev) |
| Bridge method to create a vdev, a la Acceptor. Applications can override this. More...
|
virtual int | make_stream_endpoint (T_StreamEndpoint *&stream_endpoint) |
| Bridge method to create a stream_endpoint, a la Acceptor. Applications can override this. More...
|
virtual int | make_mediactrl (T_MediaCtrl *&media_ctrl) |
| Bridge method to create a media_ctrl, a la Acceptor. Applications can override this. More...
|
Protected Attributes |
CosNaming::NamingContext_var | naming_context_ |
| The root Naming Context of the TAO naming service. More...
|
CosNaming::Name | vdev_name_ |
| Name of the vdev. More...
|
CosNaming::Name | stream_endpoint_name_ |
| Name of the stream_endpoint. More...
|
T_StreamEndpoint * | stream_endpoint_ |
| The stream endpoint member. More...
|
T_VDev * | vdev_ |
| The virtual device. More...
|
CORBA::Object_var | vdev_obj_ |
| Virtual device CORBA object reference. More...
|
T_MediaCtrl * | media_ctrl_ |
| Media controller. More...
|
CORBA::Object_var | media_ctrl_obj_ |
pid_t | pid_ |
| pid of this process. More...
|
char | host_ [MAXHOSTNAMELEN] |
| Name of the host. More...
|
CORBA::ORB_ptr | orb_ |
PortableServer::POA_ptr | poa_ |