Class ClockState3¶
Defined in File state.h
Inheritance Relationships¶
Base Type¶
public lupnt::State(Class State)
Class Documentation¶
-
class ClockState3 : public lupnt::State¶
Public Functions
-
inline ClockState3()¶
Construct a zero-initialized 3-state clock state (bias, drift, drift-rate), in frame MOON_CI.
-
inline ClockState3(int rows, int cols)¶
Construct a zero-initialized 3-state clock state of the given shape;
colsmust be 1 (seeState(int, int)).
-
inline ClockState3(const State &x)¶
Reinterpret a generic
Stateas aClockState3, checking its size. Used byClock::SetState/Clock::GetStateandClockDynamics::Propagateas the receiver/transmitter clock state for aDevice.- Parameters:
x – 3-element state [b, d, dr].
-
inline ClockState3 &operator=(const State &x)¶
Assign from a generic
State, checking its size and copying the first 3 elements.
-
inline ClockState3()¶