TimestampedStruct

class ntcore.TimestampedStruct(*args, **kwargs)

Bases: pybind11_object

Timestamped value. @ingroup ntcore_cpp_handle_api

Overloaded function.

  1. __init__(self: ntcore._ntcore.TimestampedStruct) -> None

  2. __init__(self: ntcore._ntcore.TimestampedStruct, time: int, serverTime: int, value: object) -> None

property serverTime int

Time in server time base. May be 0 or 1 for locally set values.

property time int

Time in local time base.

property value object

Value.