Doxygen Book
GstTensorQueryEdgeInfo Struct Reference

Internal data structure for nns-edge info to prepare edge connection. More...

#include <tensor_query_server.h>

Public Attributes

gchar * host
 
guint16 port
 
gchar * dest_host
 
guint16 dest_port
 
gchar * topic
 
nns_edge_event_cb cb
 
void * pdata
 

Detailed Description

Internal data structure for nns-edge info to prepare edge connection.

Definition at line 28 of file tensor_query_server.h.

Member Data Documentation

◆ cb

nns_edge_event_cb GstTensorQueryEdgeInfo::cb

Definition at line 37 of file tensor_query_server.h.

◆ dest_host

gchar* GstTensorQueryEdgeInfo::dest_host

Definition at line 32 of file tensor_query_server.h.

◆ dest_port

guint16 GstTensorQueryEdgeInfo::dest_port

Definition at line 33 of file tensor_query_server.h.

◆ host

gchar* GstTensorQueryEdgeInfo::host

Definition at line 30 of file tensor_query_server.h.

◆ pdata

void* GstTensorQueryEdgeInfo::pdata

Definition at line 38 of file tensor_query_server.h.

◆ port

guint16 GstTensorQueryEdgeInfo::port

Definition at line 31 of file tensor_query_server.h.

◆ topic

gchar* GstTensorQueryEdgeInfo::topic

Definition at line 34 of file tensor_query_server.h.


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