STFishFinder API  API version 0.0.0, Documentation version 3 -PRELIMINARY-
STFF-Callbacks.h File Reference

Header file containing type definitions for callback functions used in the STFishFinder API. More...

Go to the source code of this file.

Namespaces

 STFF
 This is the namespace containing the platform-independent STFishFinder API.
 

Typedefs

typedef void(* STFF::Callback_SettingChanged_t) (const STFishFinder *, FF_SettingType_t, FF_Frequency_t)
 'Setting Changed' callback. More...
 
typedef void(* STFF::Callback_DataItemReceived_t) (const STFishFinder *, FF_DataType_t, const void *)
 'Data Item Received' callback. More...
 
typedef void(* STFF::Callback_DepthAlarmStateChange_t) (const STFishFinder *, FF_DepthAlarmType_t)
 'Depth Alarm State Change' callback. More...
 
typedef void(* STFF::Callback_FishAlarmTrigger_t) (const STFishFinder *, FF_FishData_t)
 'Fish Alarm Trigger' callback. More...
 
typedef void(* STFF::Callback_StreamDataToFF_t) (const STFishFinder *, const char *, uint32_t)
 'Stream Data to FishFinder' callback. More...
 

Detailed Description

Header file containing type definitions for callback functions used in the STFishFinder API.

Definition in file STFF-Callbacks.h.