My Project
|
#include <mmal_vc_msgs.h>
Public Attributes | |
mmal_worker_msg_header | header |
MMAL_STATUS_T | status |
uint32_t | component_handle |
uint32_t | input_num |
uint32_t | output_num |
uint32_t | clock_num |
Reply to component-creation message. Reports back the number of ports.
Definition at line 163 of file mmal_vc_msgs.h.
uint32_t mmal_worker_component_create_reply::clock_num |
Number of clock ports
Definition at line 170 of file mmal_vc_msgs.h.
uint32_t mmal_worker_component_create_reply::component_handle |
Definition at line 167 of file mmal_vc_msgs.h.
mmal_worker_msg_header mmal_worker_component_create_reply::header |
Definition at line 165 of file mmal_vc_msgs.h.
uint32_t mmal_worker_component_create_reply::input_num |
Handle on VideoCore for component Number of input ports
Definition at line 168 of file mmal_vc_msgs.h.
uint32_t mmal_worker_component_create_reply::output_num |
Number of output ports
Definition at line 169 of file mmal_vc_msgs.h.
MMAL_STATUS_T mmal_worker_component_create_reply::status |
Definition at line 166 of file mmal_vc_msgs.h.