Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
PortProperties_i Class Reference

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

Inheritance diagram for PortProperties_i:
Inheritance graph

Public Member Functions

virtual void set_property (const char *name, const CORBA::Any &value) throw (Ports::NotDefined, Ports::BadType)
 
virtual CORBA::Any * get_property (const char *name) throw (Ports::NotDefined)
 

Detailed Description

This class implements the interface Ports::PortProperties.

Member Function Documentation

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
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