|
libcamera
v0.0.0
Supporting cameras in Linux since 2019
|
Method bind and invocation. More...
#include <memory>#include <tuple>#include <type_traits>#include <utility>Go to the source code of this file.
Enumerations | |
| enum | libcamera::ConnectionType { libcamera::ConnectionTypeAuto , libcamera::ConnectionTypeDirect , libcamera::ConnectionTypeQueued , libcamera::ConnectionTypeBlocking } |
| Connection type for asynchronous communication. More... | |
Method bind and invocation.
Connection type for asynchronous communication.
This enumeration describes the possible types of asynchronous communication between a sender and a receiver. It applies to Signal::emit() and Object::invokeMethod().