WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::nt::meta::SubscriberOptions Struct Reference

Subscriber options. More...

#include <wpi/nt/ntcore_cpp.hpp>

Public Attributes

double periodic = 0.1
bool topicsOnly = false
bool sendAll = false
bool prefixMatch = false

Detailed Description

Subscriber options.

Different from PubSubOptions in this reflects only options that are sent over the network.

Member Data Documentation

◆ periodic

double wpi::nt::meta::SubscriberOptions::periodic = 0.1

◆ prefixMatch

bool wpi::nt::meta::SubscriberOptions::prefixMatch = false

◆ sendAll

bool wpi::nt::meta::SubscriberOptions::sendAll = false

◆ topicsOnly

bool wpi::nt::meta::SubscriberOptions::topicsOnly = false

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