-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task request time and initiator in Booking (#81)
* Fixed missing constructor implementation, commented to deprecate next time, new booking constructor Signed-off-by: Aaron Chong <[email protected]> * Add requester to factories, add request time and initiator to ChargeBattery and Loop Signed-off-by: Aaron Chong <[email protected]> * Using requester instead of initiator, added new make API to legacy Clean and Deliver Signed-off-by: Aaron Chong <[email protected]> * lint Signed-off-by: Aaron Chong <[email protected]> * Revert to original constructor with optional arguments appended, propagated changes to all constructors and make functions Signed-off-by: Aaron Chong <[email protected]> * Move description into booking, lint Signed-off-by: Aaron Chong <[email protected]> * Pass a clock functor to ParkRobotFactory Signed-off-by: Aaron Chong <[email protected]> * Using non-deprecated Request constructor Signed-off-by: Aaron Chong <[email protected]> * new make_request API to include requester and request time Signed-off-by: Aaron Chong <[email protected]> * Overload TaskPlanner constructor with a name argument Signed-off-by: Aaron Chong <[email protected]> * Retained old API and marked as deprecated Signed-off-by: Aaron Chong <[email protected]> * Overloading booking instead of adding default arguments Signed-off-by: Aaron Chong <[email protected]> * Overloading all affected functions with non optional arguments Signed-off-by: Aaron Chong <[email protected]> * Lint Signed-off-by: Aaron Chong <[email protected]> * Revert deprecation tag on Request, to be done in a separate PR Signed-off-by: Aaron Chong <[email protected]> * Argument name changes, linting, documentation Signed-off-by: Aaron Chong <[email protected]> * TaskPlanner constructor to have planner id as first argument Signed-off-by: Aaron Chong <[email protected]> * request factories to accept a callback that returns the current time Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]> (cherry picked from commit a7875a9) Signed-off-by: Aaron Chong <[email protected]>
- Loading branch information
1 parent
f59c07d
commit f9c01c1
Showing
21 changed files
with
621 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.