bool_active;// true if SmartRTL is usable. may become unusable if the path becomes too long to keep in memory, and too convoluted to be cleaned up, SmartRTL will be permanently deactivated (for the remainder of the flight)
bool_example_mode;// true when being called from the example sketch, logging and background tasks are disabled
bool_home_saved;// true once home has been saved successfully by the set_home or update methods
uint32_t_last_good_position_ms;// the last system time a last good position was reported. If no position is available for a while, SmartRTL will be disabled.
uint32_t_last_position_save_ms;// the system time a position was saved to the path (used for timeout)
uint32_t_thorough_clean_request_ms;// the last system time the thorough cleanup was requested (set by thorough_cleanup method, used by background cleanup)