Public Types | |
typedef CalciumTypes::DependencyType | DependencyType |
typedef CalciumTypes::DateCalSchem | DateCalSchem |
typedef CalciumTypes::InterpolationSchem | InterpolationSchem |
typedef CalciumTypes::ExtrapolationSchem | ExtrapolationSchem |
typedef CalciumTypes::DisconnectDirective | DisconnectDirective |
Public Member Functions | |
virtual void | setDependencyType (DependencyType dependencyType)=0 |
virtual DependencyType | getDependencyType () const =0 |
virtual void | setStorageLevel (size_t storageLevel)=0 |
virtual size_t | getStorageLevel () const =0 |
virtual void | setDateCalSchem (DateCalSchem dateCalSchem)=0 |
virtual DateCalSchem | getDateCalSchem () const =0 |
virtual void | setAlpha (double alpha)=0 |
virtual double | getAlpha () const =0 |
virtual void | setDeltaT (double deltaT)=0 |
virtual double | getDeltaT () const =0 |
virtual void | setInterpolationSchem (InterpolationSchem interpolationSchem)=0 |
virtual void | setExtrapolationSchem (ExtrapolationSchem extrapolationSchem)=0 |
virtual InterpolationSchem | getInterpolationSchem () const =0 |
virtual ExtrapolationSchem | getExtrapolationSchem () const =0 |
virtual Ports::Port_ptr | get_port_ref ()=0 |
virtual void | provides_port_changed (int connection_nbr, const Engines::DSC::Message message) |
virtual Ports::PortProperties_ptr | get_port_properties () |
Protected Attributes | |
PortProperties_i * | default_properties |
virtual Ports::Port_ptr provides_port::get_port_ref | ( | ) | [pure virtual, inherited] |
This method permits to get the CORBA reference of the port.
Implemented in data_short_port_provides, palm_data_seq_short_port_provides, and palm_data_short_port_provides.
virtual void provides_port::provides_port_changed | ( | int | connection_nbr, | |
const Engines::DSC::Message | message | |||
) | [inline, virtual, inherited] |
This method is the callback called by the component to inform the provides port of a new or a removed connection.
connection_nbr | current connection number. | |
message | message associated with this connection. |
Ports::PortProperties_ptr base_port::get_port_properties | ( | ) | [virtual, inherited] |
This is used to get the property object of the port.