Version: 8.3.0
palm_data_short_port_provides Class Reference

#include <palm_data_short_port_provides.hxx>

Inheritance diagram for palm_data_short_port_provides:

Public Types

typedef atom_manipulation
< CORBA::Short >::Type 
DataType
 
typedef atom_manipulation
< CORBA::Short >::CorbaInType 
CorbaInDataType
 
typedef CORBA::Long TimeType
 
typedef CORBA::Long TagType
 
typedef
InternalDataIdContainer
< TimeType, TagType
DataIdContainer
 

Public Member Functions

 palm_data_short_port_provides ()
 
virtual ~palm_data_short_port_provides ()
 
void put (DataManipulator::CorbaInType data, CORBA::Long time, CORBA::Long tag)
 
virtual Ports::Port_ptr get_port_ref ()
 This method permits to get the CORBA reference of the port. More...
 
virtual void provides_port_changed (int connection_nbr, const Engines::DSC::Message message)
 This method is the callback called by the component to inform the provides port of a new or a removed connection. More...
 
virtual Ports::PortProperties_ptr get_port_properties ()
 This is used to get the property object of the port. More...
 
DataType get (TimeType time, TagType tag)
 
DataType get (TimeType &ti, TimeType tf, TagType tag=0)
 
DataType next (TimeType &t, TagType &tag)
 
void close (PortableServer::POA_var poa, PortableServer::ObjectId_var id)
 
void wakeupWaiting ()
 
void erase (TimeType time, TagType tag, bool before)
 
filtre_conversionget_filtre_convert_TIME ()
 
filtre_conversionget_filtre_convert_TAG ()
 
TimeType getTime (const DataId &dataId) const
 
TagType getTag (const DataId &dataId) const
 
template<typename Container >
bool isDataIdConveniant (Container &storedDatas, const typename Container::key_type &expectedDataId, bool &isEqual, bool &isBounded, typename Container::iterator &wDataIt1) const
 

Protected Attributes

PortProperties_idefault_properties
 

Private Types

typedef CORBA::Short CorbaDataType
 
typedef atom_manipulation
< CorbaDataType
DataManipulator
 
typedef GenericPort
< DataManipulator,
PalmCouplingPolicy
Port
 

Member Typedef Documentation

typedef CORBA::Short palm_data_short_port_provides::CorbaDataType
private
typedef atom_manipulation< CORBA::Short > ::CorbaInType GenericPort< atom_manipulation< CORBA::Short > , PalmCouplingPolicy >::CorbaInDataType
inherited
typedef atom_manipulation< CORBA::Short > ::Type GenericPort< atom_manipulation< CORBA::Short > , PalmCouplingPolicy >::DataType
inherited
typedef CORBA::Long PalmCouplingPolicy::TagType
inherited
typedef CORBA::Long PalmCouplingPolicy::TimeType
inherited

Constructor & Destructor Documentation

palm_data_short_port_provides::palm_data_short_port_provides ( )
virtual palm_data_short_port_provides::~palm_data_short_port_provides ( )
virtual

Member Function Documentation

void GenericPort< atom_manipulation< CORBA::Short > , PalmCouplingPolicy >::close ( PortableServer::POA_var  poa,
PortableServer::ObjectId_var  id 
)
inherited
void GenericPort< atom_manipulation< CORBA::Short > , PalmCouplingPolicy >::erase ( TimeType  time,
TagType  tag,
bool  before 
)
inherited
DataType GenericPort< atom_manipulation< CORBA::Short > , PalmCouplingPolicy >::get ( TimeType  time,
TagType  tag 
)
inherited
DataType GenericPort< atom_manipulation< CORBA::Short > , PalmCouplingPolicy >::get ( TimeType ti,
TimeType  tf,
TagType  tag = 0 
)
inherited
filtre_conversion* PalmCouplingPolicy::get_filtre_convert_TAG ( )
inherited
filtre_conversion* PalmCouplingPolicy::get_filtre_convert_TIME ( )
inherited
Ports::PortProperties_ptr base_port::get_port_properties ( )
virtualinherited

This is used to get the property object of the port.

Returns
property's CORBA reference.

References base_port::default_properties.

virtual Ports::Port_ptr palm_data_short_port_provides::get_port_ref ( )
virtual

This method permits to get the CORBA reference of the port.

Returns
port's CORBA reference.

Implements provides_port.

TagType PalmCouplingPolicy::getTag ( const DataId dataId) const
inherited
TimeType PalmCouplingPolicy::getTime ( const DataId dataId) const
inherited
template<typename Container >
bool CouplingPolicy::isDataIdConveniant ( Container &  storedDatas,
const typename Container::key_type &  expectedDataId,
bool isEqual,
bool isBounded,
typename Container::iterator &  wDataIt1 
) const
inherited
DataType GenericPort< atom_manipulation< CORBA::Short > , PalmCouplingPolicy >::next ( TimeType t,
TagType tag 
)
inherited
virtual void provides_port::provides_port_changed ( int  connection_nbr,
const Engines::DSC::Message  message 
)
virtualinherited

This method is the callback called by the component to inform the provides port of a new or a removed connection.

Parameters
connection_nbrcurrent connection number.
messagemessage associated with this connection.
void palm_data_short_port_provides::put ( DataManipulator::CorbaInType  data,
CORBA::Long  time,
CORBA::Long  tag 
)
void GenericPort< atom_manipulation< CORBA::Short > , PalmCouplingPolicy >::wakeupWaiting ( )
virtualinherited

Reimplemented from CouplingPolicy.

Field Documentation

PortProperties_i* base_port::default_properties
protectedinherited