My Project
Public Attributes
MMAL_WRAPPER_T Struct Reference

#include <mmal_component_wrapper.h>

List of all members.

Public Attributes

void * user_data
MMAL_WRAPPER_CALLBACK_T callback
MMAL_COMPONENT_Tcomponent
MMAL_STATUS_T status
MMAL_PORT_Tcontrol
uint32_t input_num
MMAL_PORT_T ** input
MMAL_POOL_T ** input_pool
uint32_t output_num
MMAL_PORT_T ** output
MMAL_POOL_T ** output_pool
MMAL_QUEUE_T ** output_queue
int64_t time_setup
int64_t time_enable
int64_t time_disable

Detailed Description

Structure describing a wrapper around a component


Member Data Documentation

Callback set by the client.

Control port (Read Only).

Array of input ports (Read Only).

Number of input ports (Read Only).

Array of input pools (Read Only).

Array of output ports (Read Only).

Number of output ports (Read Only).

Array of output pools (Read Only).

Array of output queues (Read Only).

Time in microseconds taken to disable the connection.

Time in microseconds taken to enable the connection.

Time in microseconds taken to setup the connection.

Field reserved for use by the client.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines