Profishark API  2.3.12.0
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

◆ @1

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.

◆ StatisticsV1

Statistics for devices supporting V1 model

◆ StatisticsV2

Statistics for devices supporting V2 model

◆ version

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


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