Doxygen Book
_GstTensorQueryClient Struct Reference

GstTensorQueryClient data structure. More...

#include <tensor_query_client.h>

Collaboration diagram for _GstTensorQueryClient:

Public Attributes

GstElement element
 
GstPad * sinkpad
 
GstPad * srcpad
 
gboolean silent
 
gchar * in_caps_str
 
gboolean is_tensor
 
GstTensorsConfig config
 
guint timeout
 
gchar * topic
 
gchar * host
 
guint16 port
 
gchar * dest_host
 
guint16 dest_port
 
nns_edge_connect_type_e connect_type
 
nns_edge_h edge_h
 
GAsyncQueue * msg_queue
 
guint max_request
 
guint requested_num
 

Detailed Description

GstTensorQueryClient data structure.

Definition at line 41 of file tensor_query_client.h.

Member Data Documentation

◆ config

GstTensorsConfig _GstTensorQueryClient::config

Definition at line 50 of file tensor_query_client.h.

◆ connect_type

nns_edge_connect_type_e _GstTensorQueryClient::connect_type

Definition at line 60 of file tensor_query_client.h.

◆ dest_host

gchar* _GstTensorQueryClient::dest_host

Definition at line 57 of file tensor_query_client.h.

◆ dest_port

guint16 _GstTensorQueryClient::dest_port

Definition at line 58 of file tensor_query_client.h.

◆ edge_h

nns_edge_h _GstTensorQueryClient::edge_h

Definition at line 61 of file tensor_query_client.h.

◆ element

GstElement _GstTensorQueryClient::element

parent object

Definition at line 43 of file tensor_query_client.h.

◆ host

gchar* _GstTensorQueryClient::host

Definition at line 55 of file tensor_query_client.h.

◆ in_caps_str

gchar* _GstTensorQueryClient::in_caps_str

Definition at line 48 of file tensor_query_client.h.

◆ is_tensor

gboolean _GstTensorQueryClient::is_tensor

Definition at line 49 of file tensor_query_client.h.

◆ max_request

guint _GstTensorQueryClient::max_request

Definition at line 64 of file tensor_query_client.h.

◆ msg_queue

GAsyncQueue* _GstTensorQueryClient::msg_queue

Definition at line 62 of file tensor_query_client.h.

◆ port

guint16 _GstTensorQueryClient::port

Definition at line 56 of file tensor_query_client.h.

◆ requested_num

guint _GstTensorQueryClient::requested_num

Definition at line 65 of file tensor_query_client.h.

◆ silent

gboolean _GstTensorQueryClient::silent

True if logging is minimized

Definition at line 47 of file tensor_query_client.h.

◆ sinkpad

GstPad* _GstTensorQueryClient::sinkpad

sink pad

Definition at line 44 of file tensor_query_client.h.

◆ srcpad

GstPad* _GstTensorQueryClient::srcpad

src pad

Definition at line 45 of file tensor_query_client.h.

◆ timeout

guint _GstTensorQueryClient::timeout

timeout value (in ms) to wait message from server

Definition at line 51 of file tensor_query_client.h.

◆ topic

gchar* _GstTensorQueryClient::topic

Main operation such as 'object_detection' or 'image_segmentation'

Definition at line 54 of file tensor_query_client.h.


The documentation for this struct was generated from the following file: