My Project
|
#include <mmal_vc_msgs.h>
Public Attributes | |
mmal_worker_msg_header | header |
struct MMAL_COMPONENT_T * | client_component |
uint32_t | port_type |
uint32_t | port_num |
uint32_t | cmd |
uint32_t | length |
uint8_t | data [MMAL_WORKER_EVENT_SPACE] |
MMAL_BUFFER_HEADER_T * | delayed_buffer |
Send an event buffer from the host.
Definition at line 410 of file mmal_vc_msgs.h.
struct MMAL_COMPONENT_T* mmal_worker_event_to_host::client_component |
Definition at line 414 of file mmal_vc_msgs.h.
uint32_t mmal_worker_event_to_host::cmd |
Definition at line 418 of file mmal_vc_msgs.h.
uint8_t mmal_worker_event_to_host::data[MMAL_WORKER_EVENT_SPACE] |
Definition at line 420 of file mmal_vc_msgs.h.
MMAL_BUFFER_HEADER_T* mmal_worker_event_to_host::delayed_buffer |
Definition at line 421 of file mmal_vc_msgs.h.
mmal_worker_msg_header mmal_worker_event_to_host::header |
Definition at line 412 of file mmal_vc_msgs.h.
uint32_t mmal_worker_event_to_host::length |
Definition at line 419 of file mmal_vc_msgs.h.
uint32_t mmal_worker_event_to_host::port_num |
Definition at line 416 of file mmal_vc_msgs.h.
uint32_t mmal_worker_event_to_host::port_type |
Definition at line 415 of file mmal_vc_msgs.h.