[ libArts | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of ArtsPortTable
Back to the top of ArtsPortTable
ArtsPortTable();
-------------------------------------------------------------------------
ArtsPortTable() .........................................................................
constructor
-------------------------------------------------------------------------
ArtsPortTable();
Back to the top of ArtsPortTable
~ArtsPortTable();
-------------------------------------------------------------------------
~ArtsPortTable() .........................................................................
destructor
-------------------------------------------------------------------------
~ArtsPortTable();
Back to the top of ArtsPortTable
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 ArtsPortTable
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 ArtsPortTable
uint64_t TotalPkts() const;
-------------------------------------------------------------------------
uint64_t TotalPkts() const .........................................................................
Returns the total number of packets in the table (sum of packets for all ports).
-------------------------------------------------------------------------
uint64_t TotalPkts() const;
Back to the top of ArtsPortTable
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 ports).
-------------------------------------------------------------------------
uint64_t TotalPkts(uint64_t totalPkts);
Back to the top of ArtsPortTable
uint64_t TotalBytes() const;
-------------------------------------------------------------------------
uint64_t TotalBytes() const .........................................................................
Returns the total number of bytes in the table (sum of bytes for all ports).
-------------------------------------------------------------------------
uint64_t TotalBytes() const;
Back to the top of ArtsPortTable
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 ports).
-------------------------------------------------------------------------
uint64_t TotalBytes(uint64_t totalBytes);
Back to the top of ArtsPortTable
vector<ArtsPortTableEntry> & PortEntries() const;
-------------------------------------------------------------------------
vector<ArtsPortTableEntry> & PortEntries() const .........................................................................
Returns a reference to the vector of port entries.
-------------------------------------------------------------------------
vector<ArtsPortTableEntry> & PortEntries() const;
Back to the top of ArtsPortTable
Back to the top of ArtsPortTable
Back to the top of ArtsPortTable
Back to the top of ArtsPortTable
Report problems to jkotula@unimax.com