YARP
Yet Another Robot Platform
data_for_gst_callback Struct Reference

Public Member Functions

 data_for_gst_callback ()=default
 

Public Attributes

std::mutex * m {nullptr}
 
ImageOf< PixelRgb > * img {nullptr}
 
bool isNew {false}
 
Semaphores {nullptr}
 
bool isReq {false}
 

Detailed Description

Definition at line 34 of file H264Decoder.cpp.

Constructor & Destructor Documentation

◆ data_for_gst_callback()

data_for_gst_callback::data_for_gst_callback ( )
default

Member Data Documentation

◆ img

ImageOf<PixelRgb>* data_for_gst_callback::img {nullptr}

Definition at line 39 of file H264Decoder.cpp.

◆ isNew

bool data_for_gst_callback::isNew {false}

Definition at line 40 of file H264Decoder.cpp.

◆ isReq

bool data_for_gst_callback::isReq {false}

Definition at line 42 of file H264Decoder.cpp.

◆ m

std::mutex* data_for_gst_callback::m {nullptr}

Definition at line 38 of file H264Decoder.cpp.

◆ s

Semaphore* data_for_gst_callback::s {nullptr}

Definition at line 41 of file H264Decoder.cpp.


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