![]() |
WPILibC++ 2025.3.2
|
#include <stdint.h>#include <cassert>#include <concepts>#include <initializer_list>#include <memory>#include <span>#include <string>#include <string_view>#include <utility>#include <vector>#include "ntcore_c.h"Go to the source code of this file.
Classes | |
| class | nt::Value |
| A network table entry value. More... | |
Namespaces | |
| namespace | nt |
| NetworkTables (ntcore) namespace. | |
Typedefs | |
| using | nt::NetworkTableValue = Value |
| NetworkTable Value alias for similarity with Java. | |
Functions | |
| int64_t | nt::Now () |
| Returns monotonic current time in 1 us increments. | |
| bool | nt::operator== (const Value &lhs, const Value &rhs) |