Profishark API  2.3.12.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ProfisharkApiStatistics Struct Reference

Statistics structure for a Profishark device. More...

#include <ProfisharkAPI.h>

Data Fields

ProfisharkApiStatisticsVersion version
 
union {
   ProfisharkApiStatisticsV1   StatisticsV1
 
   ProfisharkApiStatisticsV2   StatisticsV2
 
}; 
 This union contains the statistics. More...
 

Detailed Description

Statistics structure for a Profishark device.

Field Documentation

union { ... }

This union contains the statistics.

Depending on the value of version a different member of the union is filled. If version == ProfisharkApiStatisticsVersion_1, StatisticsV1 is filled. If version == ProfisharkApiStatisticsVersion_2, StatisticsV2 is filled.

Statistics for devices supporting V1 model

Statistics for devices supporting V2 model

Version of the structure. Defines which member of the union is used


The documentation for this struct was generated from the following file: