Version: 9.12.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)
 CORBA method : set a value to a property. More...
 
virtual CORBA::Any * get_property (const char *name)
 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()

PortProperties_i::~PortProperties_i ( )
virtual

Member Function Documentation

◆ get_property()

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

CORBA method : get the value of a property.

See also
Ports::PortProperties::get_property

◆ set_property()

void PortProperties_i::set_property ( const char *  name,
const CORBA::Any &  value 
)
virtual

CORBA method : set a value to a property.

See also
Ports::PortProperties::set_property