Version: 8.3.0
PortProperties_i Class Reference

This class implements the interface Ports::PortProperties. More...

#include <PortProperties_i.hxx>

Inheritance diagram for PortProperties_i:

Public Member Functions

 PortProperties_i ()
 
virtual ~PortProperties_i ()
 
virtual void set_property (const char *name, const CORBA::Any &value) throw (Ports::NotDefined, Ports::BadType)
 CORBA method : set a value to a property. More...
 
virtual CORBA::Any * get_property (const char *name) throw (Ports::NotDefined)
 CORBA method : get the value of a property. More...
 

Detailed Description

This class implements the interface Ports::PortProperties.

Constructor & Destructor Documentation

PortProperties_i::PortProperties_i ( )
PortProperties_i::~PortProperties_i ( )
virtual

Member Function Documentation

CORBA::Any * PortProperties_i::get_property ( const char name) throw (Ports::NotDefined)
virtual

CORBA method : get the value of a property.

See Also
Ports::PortProperties::get_property
void PortProperties_i::set_property ( const char name,
const CORBA::Any &  value 
) throw (Ports::NotDefined, Ports::BadType)
virtual

CORBA method : set a value to a property.

See Also
Ports::PortProperties::set_property