FlpDiagnosticInterface Struct Reference

FlpDiagnosticInterface Struct Reference

#include < fused_location.h >

Data Fields

size_t  size
 
void(*  init )( FlpDiagnosticCallbacks *callbacks)
 
int(*  inject_data )(char *data, int length)
 

Detailed Description

Extended interface for diagnostic support.

Definition at line 468 of file fused_location.h .

Field Documentation

void(* init)( FlpDiagnosticCallbacks *callbacks)

Opens the diagnostic interface and provides the callback routines to the implemenation of this interface.

Definition at line 476 of file fused_location.h .

int(* inject_data)(char *data, int length)

Injects diagnostic data into the FLP subsystem. Return 0 on success, -1 on error.

Definition at line 482 of file fused_location.h .

size_t size

set to sizeof(FlpDiagnosticInterface)

Definition at line 470 of file fused_location.h .


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