WPILibC++ 2024.3.2
NT_TopicInfo Struct Reference

NetworkTables Topic Information. More...

#include <ntcore_c.h>

Public Attributes

NT_Topic topic
 Topic handle. More...
 
struct NT_String name
 Topic name. More...
 
enum NT_Type type
 Topic type. More...
 
struct NT_String type_str
 Topic type string. More...
 
struct NT_String properties
 Topic properties JSON string. More...
 

Detailed Description

NetworkTables Topic Information.

Member Data Documentation

◆ name

struct NT_String NT_TopicInfo::name

Topic name.

◆ properties

struct NT_String NT_TopicInfo::properties

Topic properties JSON string.

◆ topic

NT_Topic NT_TopicInfo::topic

Topic handle.

◆ type

enum NT_Type NT_TopicInfo::type

Topic type.

◆ type_str

struct NT_String NT_TopicInfo::type_str

Topic type string.


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