as2_python_api.shared_data.platform_info_data module
Platform info data wrapper.
- class as2_python_api.shared_data.platform_info_data.PlatformInfoData(_PlatformInfoData__connected: bool = <factory>, _PlatformInfoData__armed: bool = <factory>, _PlatformInfoData__offboard: bool = <factory>, _PlatformInfoData__state: int = <factory>, _PlatformInfoData__yaw_mode: int = <factory>, _PlatformInfoData__control_mode: int = <factory>, _PlatformInfoData__reference_frame: int = <factory>)
Bases:
object
Platform info.
- property data: Callable
- as2_python_api.shared_data.platform_info_data.lock_decor(func: Callable) → Callable
Locker decorator.