Add lastupdatetime
This commit is contained in:
parent
855ad81345
commit
9f00178a2a
2
Roboid.h
2
Roboid.h
@ -76,6 +76,8 @@ private:
|
|||||||
/// orientations from an external tracking system. This value should not be
|
/// orientations from an external tracking system. This value should not be
|
||||||
/// set directly, but SetOrientation should be used instead.
|
/// set directly, but SetOrientation should be used instead.
|
||||||
Quaternion worldOrientation = Quaternion::identity;
|
Quaternion worldOrientation = Quaternion::identity;
|
||||||
|
|
||||||
|
unsigned long lastUpdateTimeMs = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace RoboidControl
|
} // namespace RoboidControl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user