Class ClockState2¶
Defined in File state.h
Inheritance Relationships¶
Base Type¶
public lupnt::State(Class State)
Class Documentation¶
-
class ClockState2 : public lupnt::State¶
Public Functions
-
inline ClockState2()¶
Construct a zero-initialized 2-state clock state (bias, drift), in frame MOON_CI. Used e.g. as
Transmission::clk_tx, the transmitter clock-bias/drift state carried by a measurement.
-
inline ClockState2(int rows, int cols)¶
Construct a zero-initialized 2-state clock state of the given shape;
colsmust be 1 (seeState(int, int)).
-
inline ClockState2(const State &x)¶
Reinterpret a generic
Stateas aClockState2, checking its size.- Parameters:
x – 2-element state [b, d].
-
inline ClockState2 &operator=(const State &x)¶
Assign from a generic
State, checking its size and copying the first 2 elements.
-
inline ClockState2()¶