QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
HwBuffers::HwBufferEnvConfig Struct Reference

#include <HwBuffers.h>

Public Attributes

bool dmaBufCache = false
 
bool dmaBufSingleEglImage = true
 
bool dmaBufNoMmapFence = false
 
bool offerDmaDrmLinear = false
 

Detailed Description

Process-wide QGC_GST_* runtime toggles, parsed once and logged at first access so operators can paste the effective config into bug reports. Semantics match the historical per-call-site g_getenv reads.

Definition at line 26 of file HwBuffers.h.

Member Data Documentation

◆ dmaBufCache

bool HwBuffers::HwBufferEnvConfig::dmaBufCache = false

Definition at line 28 of file HwBuffers.h.

Referenced by HwBuffers::hwBufferEnvConfig().

◆ dmaBufNoMmapFence

bool HwBuffers::HwBufferEnvConfig::dmaBufNoMmapFence = false

Definition at line 30 of file HwBuffers.h.

Referenced by HwBuffers::hwBufferEnvConfig().

◆ dmaBufSingleEglImage

bool HwBuffers::HwBufferEnvConfig::dmaBufSingleEglImage = true

Definition at line 29 of file HwBuffers.h.

Referenced by HwBuffers::hwBufferEnvConfig().

◆ offerDmaDrmLinear

bool HwBuffers::HwBufferEnvConfig::offerDmaDrmLinear = false

Definition at line 31 of file HwBuffers.h.

Referenced by HwBuffers::hwBufferEnvConfig().


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