My Project
|
#include <mmal_vc_msgs.h>
Public Attributes | |
mmal_worker_msg_header | header |
uint32_t | component_handle |
uint32_t | port_handle |
enum MMAL_WORKER_PORT_ACTIONS | action |
union { | |
struct { | |
MMAL_PORT_T port | |
} enable | |
struct { | |
uint32_t component_handle | |
uint32_t port_handle | |
} connect | |
} | param |
Trigger an action on a port.
Definition at line 278 of file mmal_vc_msgs.h.
enum MMAL_WORKER_PORT_ACTIONS mmal_worker_port_action::action |
Definition at line 283 of file mmal_vc_msgs.h.
uint32_t mmal_worker_port_action::component_handle |
Definition at line 281 of file mmal_vc_msgs.h.
struct { ... } mmal_worker_port_action::connect |
struct { ... } mmal_worker_port_action::enable |
mmal_worker_msg_header mmal_worker_port_action::header |
Definition at line 280 of file mmal_vc_msgs.h.
union { ... } mmal_worker_port_action::param |
Action parameter
MMAL_PORT_T mmal_worker_port_action::port |
Definition at line 288 of file mmal_vc_msgs.h.
uint32_t mmal_worker_port_action::port_handle |
Definition at line 282 of file mmal_vc_msgs.h.