Doxygen Book
tensor_query_client.h File Reference

GStreamer plugin to handle tensor query client. More...

#include <gst/gst.h>
#include <gio/gio.h>
#include <tensor_common.h>
#include <nnstreamer-edge.h>
Include dependency graph for tensor_query_client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GstTensorQueryClient
 GstTensorQueryClient data structure. More...
 
struct  _GstTensorQueryClientClass
 GstTensorQueryClientClass data structure. More...
 

Macros

#define GST_TYPE_TENSOR_QUERY_CLIENT   (gst_tensor_query_client_get_type())
 
#define GST_TENSOR_QUERY_CLIENT(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_QUERY_CLIENT,GstTensorQueryClient))
 
#define GST_TENSOR_QUERY_CLIENT_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_QUERY_CLIENT,GstTensorQueryClientClass))
 
#define GST_IS_TENSOR_QUERY_CLIENT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_QUERY_CLIENT))
 
#define GST_IS_TENSOR_QUERY_CLIENT_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_QUERY_CLIENT))
 
#define GST_TENSOR_QUERY_CLIENT_CAST(obj)   ((GstTensorQueryClient *)(obj))
 

Typedefs

typedef struct _GstTensorQueryClient GstTensorQueryClient
 
typedef struct _GstTensorQueryClientClass GstTensorQueryClientClass
 

Functions

GType gst_tensor_query_client_get_type (void)
 

Detailed Description

GStreamer plugin to handle tensor query client.

Copyright (C) 2021 Samsung Electronics Co., Ltd.

Date
09 Jul 2021
Author
Junhwan Kim jejud.nosp@m.o.ki.nosp@m.m@sam.nosp@m.sung.nosp@m..com
See also
http://github.com/nnstreamer/nnstreamer
Bug:
No known bugs

Definition in file tensor_query_client.h.

Macro Definition Documentation

◆ GST_IS_TENSOR_QUERY_CLIENT

#define GST_IS_TENSOR_QUERY_CLIENT (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_QUERY_CLIENT))

Definition at line 29 of file tensor_query_client.h.

◆ GST_IS_TENSOR_QUERY_CLIENT_CLASS

#define GST_IS_TENSOR_QUERY_CLIENT_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_QUERY_CLIENT))

Definition at line 31 of file tensor_query_client.h.

◆ GST_TENSOR_QUERY_CLIENT

#define GST_TENSOR_QUERY_CLIENT (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_QUERY_CLIENT,GstTensorQueryClient))

Definition at line 25 of file tensor_query_client.h.

◆ GST_TENSOR_QUERY_CLIENT_CAST

#define GST_TENSOR_QUERY_CLIENT_CAST (   obj)    ((GstTensorQueryClient *)(obj))

Definition at line 33 of file tensor_query_client.h.

◆ GST_TENSOR_QUERY_CLIENT_CLASS

#define GST_TENSOR_QUERY_CLIENT_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_QUERY_CLIENT,GstTensorQueryClientClass))

Definition at line 27 of file tensor_query_client.h.

◆ GST_TYPE_TENSOR_QUERY_CLIENT

#define GST_TYPE_TENSOR_QUERY_CLIENT   (gst_tensor_query_client_get_type())

Definition at line 23 of file tensor_query_client.h.

Typedef Documentation

◆ GstTensorQueryClient

Definition at line 35 of file tensor_query_client.h.

◆ GstTensorQueryClientClass

Function Documentation

◆ gst_tensor_query_client_get_type()

GType gst_tensor_query_client_get_type ( void  )