Doxygen Book
tensor_query_common.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: LGPL-2.1-only */
13
#ifndef __TENSOR_QUERY_COMMON_H__
14
#define __TENSOR_QUERY_COMMON_H__
15
16
#include "
tensor_typedef.h
"
17
#include "
tensor_common.h
"
18
#include "
tensor_meta.h
"
19
#include <nnstreamer-edge.h>
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
/* __cplusplus */
24
28
#define QUERY_DEFAULT_TIMEOUT_SEC 10
29
33
#define DEFAULT_HOST "localhost"
34
#define DEFAULT_CONNECT_TYPE (NNS_EDGE_CONNECT_TYPE_TCP)
35
#define GST_TYPE_QUERY_CONNECT_TYPE (gst_tensor_query_get_connect_type ())
36
40
GType
41
gst_tensor_query_get_connect_type
(
void
);
42
43
#ifdef __cplusplus
44
}
45
#endif
/* __cplusplus */
46
#endif
/* __TENSOR_QUERY_COMMON_H__ */
gst_tensor_query_get_connect_type
GType gst_tensor_query_get_connect_type(void)
Register GEnumValue array for query connect-type property.
Definition:
tensor_query_common.c:30
tensor_meta.h
Internal tensor meta header for nnstreamer.
tensor_typedef.h
Common header file for NNStreamer, the GStreamer plugin for neural networks.
tensor_common.h
Common header file for NNStreamer, the GStreamer plugin for neural networks.
nnstreamer
tensor_query
tensor_query_common.h
Generated on Fri Nov 15 2024 14:16:02 for Doxygen Book by
1.8.17