My Project
|
#include <mmal_vc_msgs.h>
Public Attributes | |
mmal_worker_msg_header | header |
uint32_t | component_handle |
MMAL_PORT_TYPE_T | port_type |
uint32_t | index |
Component port info. Used to get port info.
Definition at line 200 of file mmal_vc_msgs.h.
uint32_t mmal_worker_port_info_get::component_handle |
Which component
Definition at line 203 of file mmal_vc_msgs.h.
mmal_worker_msg_header mmal_worker_port_info_get::header |
Definition at line 202 of file mmal_vc_msgs.h.
uint32_t mmal_worker_port_info_get::index |
Which port of given type to get
Definition at line 205 of file mmal_vc_msgs.h.
MMAL_PORT_TYPE_T mmal_worker_port_info_get::port_type |
Type of port
Definition at line 204 of file mmal_vc_msgs.h.