#include "interface/mmal/mmal.h"#include "interface/mmal/mmal_buffer.h"#include "interface/mmal/mmal_logging.h"#include "interface/mmal/util/mmal_connection.h"#include "interface/mmal/util/mmal_default_components.h"#include "interface/mmal/util/mmal_util.h"#include "interface/mmal/util/mmal_util_params.h"
Go to the source code of this file.
Classes | |
| struct | mmal::camera_port |
| struct | mmal::component_deleter |
| struct | mmal::connection_deleter |
Namespaces | |
| mmal | |
Typedefs | |
| typedef std::unique_ptr< MMAL_COMPONENT_T, component_deleter > | mmal::component_ptr |
| typedef std::unique_ptr< MMAL_CONNECTION_T, connection_deleter > | mmal::connection_ptr |
| typedef std::unique_ptr< MMAL_POOL_T, std::function< void(MMAL_POOL_T *)> > | mmal::pool_ptr |
Functions | |
| void | mmal::default_delete_pool (MMAL_POOL_T *ptr) |