PDK API Guide for J721E
Graph Configuration

Introduction

This is Graph Configuration file

Files

file  flexConnect_cfg.h
 Defines the structures / control operations that could be used to configure / control Graph of VPAC.
 

Data Structures

struct  Fc_ErrEventParams
 Structure for error event parameters Used to register callback for the given set of events. More...
 

Typedefs

typedef void(* fc_ErrEventCbFxn) (Fvid2_Handle handle, uint32_t errEvents, void *appData)
 Prototype for the Error Event for Flex-connect. The callback for the Flex-connect error events can be registered using Fc_ErrEventParams. One of the parameter in this is call back. Driver calls this callback when error occurs. More...
 

Typedef Documentation

◆ fc_ErrEventCbFxn

typedef void(* fc_ErrEventCbFxn) (Fvid2_Handle handle, uint32_t errEvents, void *appData)

Prototype for the Error Event for Flex-connect. The callback for the Flex-connect error events can be registered using Fc_ErrEventParams. One of the parameter in this is call back. Driver calls this callback when error occurs.

Parameters
handleFVID2 driver handle, for which error has occurred.
errEventsError Events occured
Returns
None.