Skip to content

Error Handling Update

Compare
Choose a tag to compare
@Petruchio96 Petruchio96 released this 08 Jan 22:02
· 8 commits to master since this release
7534450

This release handles errors and out of bounds conditions, such as trying to transmit data but there's no antenna, or trying to store data with no science storage container. This is not compatible with the previous version since it re-names GetESU() to GetESUlist() and the function returns a list (of just 1 part, or blank list) instead of returning a part object. Also not backwards compatible because of new function GetNonDeployableAnts() called by TransmitAllScience(). Also refactored GetDeployableAnts() and GetSensorList() for slimmer code and faster processing. Fixed a few minor bugs.