expand scope of LTC_Slave::reset() to include more object state
This commit is contained in:
parent
5146d93853
commit
7fd05ff051
@ -203,6 +203,8 @@ LTC_TransportMaster::reset (bool with_position)
|
|||||||
transport_direction = 0;
|
transport_direction = 0;
|
||||||
sync_lock_broken = false;
|
sync_lock_broken = false;
|
||||||
monotonic_cnt = 0;
|
monotonic_cnt = 0;
|
||||||
|
memset (&prev_frame, 0, sizeof(LTCFrameExt));
|
||||||
|
frames_since_reset = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user