mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[ntcore] Replace "ValueListenerPoller" with "NetworkTableListenerPoller" in docs (#7328)
This commit is contained in:
@@ -14,8 +14,8 @@ namespace nt {
|
||||
|
||||
/**
|
||||
* Subscribe to multiple topics based on one or more topic name prefixes. Can be
|
||||
* used in combination with ValueListenerPoller to listen for value changes
|
||||
* across all matching topics.
|
||||
* used in combination with NetworkTableListenerPoller to listen for value
|
||||
* changes across all matching topics.
|
||||
*/
|
||||
class MultiSubscriber final {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user