libklvanc
 All Classes Files Functions Variables Enumerations Macros
Public Attributes | List of all members
klvanc_context_s Struct Reference

Application specific context, the library allocates and stores user specific instance information. More...

#include <vanc.h>

Public Attributes

int verbose
 
int allow_bad_checksums
 
struct klvanc_callbacks_scallbacks
 
void * callback_context
 
int warn_on_decode_failure
 
void(* log_cb )(void *p, int level, const char *fmt,...)
 
void * priv
 
struct
klrestricted_code_path_block_s 
rcp_failedToDecode
 
unsigned int checksum_failures
 
struct klvanc_cache_scacheLines
 

Detailed Description

Application specific context, the library allocates and stores user specific instance information.

Member Data Documentation

int klvanc_context_s::allow_bad_checksums

defaults to false. If true, any frames with bad CRCS are not ignored, they are passed via callback to application.

int klvanc_context_s::warn_on_decode_failure

defaults to false. If true, framework will warn every 60 seconds when it discovered an unsupported DID.


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