[ libArts | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of ArtsProtocolTable
Back to the top of ArtsProtocolTable
ArtsProtocolTable();
-------------------------------------------------------------------------
ArtsProtocolTable() .........................................................................
constructor
-------------------------------------------------------------------------
ArtsProtocolTable();
Back to the top of ArtsProtocolTable
~ArtsProtocolTable();
-------------------------------------------------------------------------
~ArtsProtocolTable() .........................................................................
destructor
-------------------------------------------------------------------------
~ArtsProtocolTable();
Back to the top of ArtsProtocolTable
uint16_t SampleInterval() const;
-------------------------------------------------------------------------
uint16_t SampleInterval() const .........................................................................
Returns the sampling interval used to collect the data. This is for the case where our counter data came from 1:N sampling of packet headers. This function returns the N.
-------------------------------------------------------------------------
uint16_t SampleInterval() const;
Back to the top of ArtsProtocolTable
uint16_t SampleInterval(uint16_t sampleInterval);
-------------------------------------------------------------------------
uint16_t SampleInterval(uint16_t sampleInterval) .........................................................................
Sets and returns the sampling interval used to collect the data. This is for the case where our counter data came from 1:N sampling of packet headers. This function returns the N.
-------------------------------------------------------------------------
uint16_t SampleInterval(uint16_t sampleInterval);
Back to the top of ArtsProtocolTable
uint64_t TotalPkts() const;
-------------------------------------------------------------------------
uint64_t TotalPkts() const .........................................................................
Returns the total number of packets in the table (sum of packets for all protocols).
-------------------------------------------------------------------------
uint64_t TotalPkts() const;
Back to the top of ArtsProtocolTable
uint64_t TotalPkts(uint64_t totalPkts);
-------------------------------------------------------------------------
uint64_t TotalPkts(uint64_t totalPkts) .........................................................................
Sets and returns the total number of packets in the table (sum of packets for all protocols).
-------------------------------------------------------------------------
uint64_t TotalPkts(uint64_t totalPkts);
Back to the top of ArtsProtocolTable
uint64_t TotalBytes() const;
-------------------------------------------------------------------------
uint64_t TotalBytes() const .........................................................................
Returns the total number of bytes in the table (sum of bytes for all protocols).
-------------------------------------------------------------------------
uint64_t TotalBytes() const;
Back to the top of ArtsProtocolTable
uint64_t TotalBytes(uint64_t totalBytes);
-------------------------------------------------------------------------
uint64_t TotalBytes(uint64_t totalBytes) .........................................................................
Sets and returns the total number of bytes in the table (sum of bytes for all protocols).
-------------------------------------------------------------------------
uint64_t TotalBytes(uint64_t totalBytes);
Back to the top of ArtsProtocolTable
vector<ArtsProtocolTableEntry> & ProtocolEntries() const;
-------------------------------------------------------------------------
vector<ArtsProtocolTableEntry> & ProtocolEntries() const .........................................................................
Returns a reference to the vector of protocol entries.
-------------------------------------------------------------------------
vector<ArtsProtocolTableEntry> & ProtocolEntries() const;
Back to the top of ArtsProtocolTable
Back to the top of ArtsProtocolTable
Back to the top of ArtsProtocolTable
Back to the top of ArtsProtocolTable
Report problems to jkotula@unimax.com