My Project
MMAL_VC_HOST_LOG_T Struct Reference

#include <mmal_vc_api.h>

Public Attributes

char buffer [16<< 10]
 
uint32_t magic
 
int32_t offset
 
unsigned count
 

Detailed Description

Definition at line 125 of file mmal_vc_api.h.

Member Data Documentation

◆ buffer

char MMAL_VC_HOST_LOG_T::buffer[16<< 10]

Simple circular buffer of plain text log messages separated by NUL

Definition at line 128 of file mmal_vc_api.h.

◆ count

unsigned MMAL_VC_HOST_LOG_T::count

Counter of host messages logged since boot

Definition at line 134 of file mmal_vc_api.h.

◆ magic

uint32_t MMAL_VC_HOST_LOG_T::magic

For VCDBG validation and to help detect buffer overflow

Definition at line 130 of file mmal_vc_api.h.

◆ offset

int32_t MMAL_VC_HOST_LOG_T::offset

Write offset into buffer

Definition at line 132 of file mmal_vc_api.h.


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