#include <DataReaderImpl.h>
Collaboration diagram for OpenDDS::DCPS::WriterStats:

Public Member Functions | |
| WriterStats (int amount=0, DataCollector< double >::OnFull type=DataCollector< double >::KeepOldest) | |
| Default constructor. | |
| void | add_stat (const ACE_Time_Value &delay) |
| Add a datum to the latency statistics. | |
| LatencyStatistics | get_stats () const |
| Extract the current latency statistics for this writer. | |
| void | reset_stats () |
| Reset the latency statistics for this writer. | |
| std::ostream & | raw_data (std::ostream &str) const |
| Dump any raw data. | |
Private Attributes | |
| Stats< double > | stats_ |
| Latency statistics for the DataWriter to this DataReader. | |
| OpenDDS::DCPS::WriterStats::WriterStats | ( | int | amount = 0, |
|
| DataCollector< double >::OnFull | type = DataCollector< double >::KeepOldest | |||
| ) |
Default constructor.
| void OpenDDS::DCPS::WriterStats::add_stat | ( | const ACE_Time_Value & | delay | ) |
Add a datum to the latency statistics.
| OpenDDS::DCPS::LatencyStatistics OpenDDS::DCPS::WriterStats::get_stats | ( | ) | const |
Extract the current latency statistics for this writer.
| std::ostream & OpenDDS::DCPS::WriterStats::raw_data | ( | std::ostream & | str | ) | const |
Dump any raw data.
| void OpenDDS::DCPS::WriterStats::reset_stats | ( | ) |
Reset the latency statistics for this writer.
Stats<double> OpenDDS::DCPS::WriterStats::stats_ [private] |
Latency statistics for the DataWriter to this DataReader.
1.4.7