Holds count/byte information for single comm statistics line.
More...
#include <trek_ionizer_api.h>
|
unsigned int | firstCount |
| Priority-0 (bulk) bundle count.
|
|
unsigned int | firstBytes |
| Priority-0 (bulk) bytes.
|
|
unsigned int | secondCount |
| Priority-1 (standard) bundle count.
|
|
unsigned int | secondBytes |
| Priority-1 (standard) bytes.
|
|
unsigned int | thirdCount |
| Priority-2 (expedited) bundle count.
|
|
unsigned int | thirdBytes |
| Priority-2 (expedited) bytes.
|
|
unsigned int | totalCount |
| Total bundle count.
|
|
unsigned int | totalBytes |
| Total bytes.
|
|
Holds count/byte information for single comm statistics line.
- Examples
- user_ionizer_app/user_ionizer_app.cpp.