Skip to content
Snippets Groups Projects
Commit e9cc73ec authored by Nicolò Caruso's avatar Nicolò Caruso
Browse files

[GS, ARP fix] Fixes from MR review. Mutex, std::chrono and more.

- Follower -
Mutex: Propagator state now using the mutex for the state in the step to avoi ABA issues. Also protecting in setting the NAS for nrPropagations.
SetState no more used.
std::chrono for constructor

- FollowerData -
Added AntennaAnglesLog, removing nrPropagations from AntennaAngles
And changes to constructors for wrapper structures

- Propagator -
std::chrono for constructor
Tests for propagator updated to use std::chrono

- Dipswitch -
std::chrono for constructor
Comments for pins and read order

[Fix] Added #include<cstdint> for logdecoder use in StepperData

Logdecoder compilation fails due to missing include for uint64_t type in SteperData.

[Fix] Cmakelist test-serial fix

[Fix] Follower's minimize rotation to non-class static function

[ARP] FollowerData void constructor removed for AntennaAnglesLog

[Follower fix] Fixed old log
parent 2b1dc297
Loading
Showing with 766 additions and 752 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment