Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 600 Bytes

File metadata and controls

27 lines (22 loc) · 600 Bytes

FLL-Sim API Reference

This document provides an overview of the public APIs, modules, and architecture for FLL-Sim.

Modules

  • src/fll_sim/cloud/
  • src/fll_sim/utils/
  • src/fll_sim/education/
  • src/fll_sim/gui/
  • src/fll_sim/robot/
  • src/fll_sim/environment/
  • src/fll_sim/core/
  • src/fll_sim/visualization/

Key Classes & Functions

  • CloudAutoBackup
  • BackupUtils
  • CommunityManager
  • PluginManager
  • MissionManager
  • FLLLogger

Architecture Diagrams

  • [Planned: Add diagrams for simulation, GUI, and plugin system]

Usage Examples

  • [Planned: Add code snippets for common API usage]