|
| PropertyBridgePlotBuffer (size_t _bufsize=1000, bool _localTime=false) |
|
| PropertyBridgePlotBuffer (const std::string &_param) |
|
| PropertyBridgePlotBuffer (const PropertyBridgePlotBuffer *_buffer) |
|
virtual | ~PropertyBridgePlotBuffer () |
|
virtual void | setBufferSize (Nice::I64 _size) |
|
virtual void | clear () |
|
virtual void | getDataVector (std::vector< std::vector< double > > &_data) |
|
double | getMinData (size_t _index=0) |
|
double | getMaxData (size_t _index=0) |
|
virtual size_t | dataSetCount ()=0 |
|
PropertyBridgePlotBuffer * | clone ()=0 |
|
virtual std::string | name () const |
| return bridge name. More...
|
|
virtual std::string | toString () const |
| return bridge name. More...
|
|
virtual const std::string & | type () |
|
virtual const std::string & | identity () |
| return bridge id. More...
|
|
| PropertyBridgePlotBuffer (size_t _bufsize=1000, bool _localTime=false) |
|
| PropertyBridgePlotBuffer (const std::string &_param) |
|
| PropertyBridgePlotBuffer (const PropertyBridgePlotBuffer *_buffer) |
|
virtual | ~PropertyBridgePlotBuffer () |
|
virtual void | setBufferSize (Nice::I64 _size) |
|
virtual void | clear () |
|
virtual void | getDataVector (std::vector< std::vector< double > > &_data) |
|
double | getMinData (size_t _index=0) |
|
double | getMaxData (size_t _index=0) |
|
virtual size_t | dataSetCount ()=0 |
|
PropertyBridgePlotBuffer * | clone ()=0 |
|
virtual std::string | name () const |
| return bridge name. More...
|
|
virtual std::string | toString () const |
| return bridge name. More...
|
|
virtual const std::string & | type () |
|
virtual const std::string & | identity () |
| return bridge id. More...
|
|
| PropertyBridgeBuffer (Nice::I64 _bufsize=1000, bool _localTime=false) |
| Contructor. More...
|
|
| PropertyBridgeBuffer (const std::string &_param) |
| String based contructor. More...
|
|
| PropertyBridgeBuffer (const PropertyBridgeBuffer *_buffer) |
| Copyconstructor. More...
|
|
virtual | ~PropertyBridgeBuffer () |
| Destructor. More...
|
|
virtual void | init (const PropertyPtr &_property) |
| Initialize the buffer with a Property to buffer and Attributes which contain the initial buffer size. More...
|
|
template<typename E > |
std::vector< E > | getDataVector () |
| Get the vectorized data as a vector of Es. More...
|
|
std::vector< Nice::Any > | getDataVector () |
| Get the vectorized data as a vector of Nice:::Any. More...
|
|
virtual std::vector< Nice::Date > | getTimeVector () |
| Get the vectorized time stamps as a vector of Nice::Date. More...
|
|
virtual Nice::I64 | bufferSize () |
| Get the buffer size in microseconds. More...
|
|
void | insertSorted (const Nice::Date &_date, const Nice::Any &_value) |
| Insert new data according to a timestamp. More...
|
|
virtual void | set (Nice::CompletionState, const Nice::Any &_value, Nice::I64, const Nice::DateVar &_date) |
| Append new data to the buffer. More...
|
|
| PropertyBridgeBuffer (Nice::I64 _bufsize=1000, bool _localTime=false) |
| Contructor. More...
|
|
| PropertyBridgeBuffer (const std::string &_param) |
| String based contructor. More...
|
|
| PropertyBridgeBuffer (const PropertyBridgeBuffer *_buffer) |
| Copyconstructor. More...
|
|
virtual | ~PropertyBridgeBuffer () |
| Destructor. More...
|
|
virtual void | init (const PropertyPtr &_property) |
| Initialize the buffer with a Property to buffer and Attributes which contain the initial buffer size. More...
|
|
template<typename E > |
std::vector< E > | getDataVector () |
| Get the vectorized data as a vector of Es. More...
|
|
std::vector< Nice::Any > | getDataVector () |
| Get the vectorized data as a vector of Nice:::Any. More...
|
|
virtual std::vector< Nice::Date > | getTimeVector () |
| Get the vectorized time stamps as a vector of Nice::Date. More...
|
|
virtual Nice::I64 | bufferSize () |
| Get the buffer size in microseconds. More...
|
|
void | insertSorted (const Nice::Date &_date, const Nice::Any &_value) |
| Insert new data according to a timestamp. More...
|
|
virtual void | set (Nice::CompletionState, const Nice::Any &_value, Nice::I64, const Nice::DateVar &_date) |
| Append new data to the buffer. More...
|
|
| PropertyBridge () |
| Constructor. More...
|
|
virtual | ~PropertyBridge () |
| Destructor. More...
|
|
virtual void | disconnect () |
| Abstract function to connect an instance of THIS bridge to another bridge. More...
|
|
| PropertyBridge () |
| Constructor. More...
|
|
virtual | ~PropertyBridge () |
| Destructor. More...
|
|
virtual void | disconnect () |
| Abstract function to connect an instance of THIS bridge to another bridge. More...
|
|