libcamera: bound_method: Define connection type for method invocation

Define an enumeration of connection types to describe the delivery
method of signals and method invocation.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
Jacopo Mondi
2019-10-27 02:28:40 +02:00
committed by Laurent Pinchart
parent 66e7c5b774
commit 1e2db0eee7
3 changed files with 42 additions and 3 deletions
+1 -3
View File
@@ -837,9 +837,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = @TOP_SRCDIR@/include/libcamera/bound_method.h \
@TOP_SRCDIR@/src/libcamera/bound_method.cpp \
@TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \
EXCLUDE = @TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \
@TOP_SRCDIR@/src/libcamera/device_enumerator_udev.cpp \
@TOP_SRCDIR@/src/libcamera/include/device_enumerator_sysfs.h \
@TOP_SRCDIR@/src/libcamera/include/device_enumerator_udev.h \