|
|
void | put (DataManipulator::CorbaInType data, CORBA::Long time, CORBA::Long tag) |
| |
| virtual Ports::Port_ptr | get_port_ref () |
| |
| virtual void | provides_port_changed (int connection_nbr, const Engines::DSC::Message message) |
| |
| virtual Ports::PortProperties_ptr | get_port_properties () |
| |
|
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_conversion * | get_filtre_convert_TIME () |
| |
|
filtre_conversion * | get_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 |
| |