WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
NetworkTableValue.hpp File Reference
#include <stdint.h>
#include <cassert>
#include <concepts>
#include <initializer_list>
#include <memory>
#include <span>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "wpi/nt/ntcore_c.h"

Go to the source code of this file.

Classes

class  wpi::nt::Value
 A network table entry value. More...

Namespaces

namespace  wpi
namespace  wpi::nt
 NetworkTables (ntcore) namespace.

Typedefs

using wpi::nt::NetworkTableValue = Value
 NetworkTable Value alias for similarity with Java.

Functions

int64_t wpi::nt::Now ()
 Returns monotonic current time in 1 us increments.
bool wpi::nt::operator== (const Value &lhs, const Value &rhs)