vectie/moonmoon/src/ui does not have a README file
pub(all) struct AdapterSessionTruth {
protocol : String
simulation_operation : String
inspection_operation : String
session_status : String
replay_status : String
provenance_status : String
uncertainty_status : String
evidence_root : String
physical_readiness : Bool
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct CorridorWindowView {
window_id : String
rank : Int
row_offset : Int
col_offset : Int
min_elevation_m : Double
max_elevation_m : Double
elevation_range_m : Double
max_neighbor_grade : Double
roughness_m : Double
decision : String
selected_route_id : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct GlobeOverlayView {
overlay_id : String
source_dataset_id : String
source_path : String
claim : String
footprint : Array[GlobeOverlayPoint]
selected_route_trace : GlobeOverlayPath
corridor_windows : Array[GlobeOverlayWindow]
hardware_authority : String
blocker_count : Int
status : String
summary : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct LayerToggle {
layer_id : String
kind : ViewLayerKind
label : String
visible : Bool
value_unit : String
legend_min : Double
legend_max : Double
status : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct LunarLightingSampleView {
timestamp_utc : String
sun_body_x : Double
sun_body_y : Double
sun_body_z : Double
earth_body_x : Double
earth_body_y : Double
earth_body_z : Double
sun_altitude_deg : Double
sun_azimuth_deg : Double
earth_altitude_deg : Double
earth_azimuth_deg : Double
earth_illuminated_fraction : Double
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct LunarLightingView {
method_id : String
frame_id : String
source_path : String
orientation_source_path : String
target_lat_deg : Double
target_lon_deg : Double
sample_step_minutes : Int
default_sample_index : Int
samples : Array[LunarLightingSampleView]
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct MoonbookLocalizedAnswer {
en_us : MoonbookAnswer
zh_hans : MoonbookAnswer
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct MoonbookRegistry {
empty : MoonbookLocalizedAnswer
blocked : MoonbookLocalizedAnswer
window : MoonbookLocalizedAnswer
terrain_source : MoonbookLocalizedAnswer
robot_authority : MoonbookLocalizedAnswer
project : MoonbookLocalizedAnswer
unknown : MoonbookLocalizedAnswer
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct RobotReadinessViewModel {
view_id : String
root : String
title : String
status : String
ready : Bool
validation_status : String
blocker_count : Int
warning_count : Int
data_ref_count : Int
next_action : String
summary : String
validation_artifact_id : String
validation_manifest_path : String
metrics : Array[RobotReadinessMetricView]
evidence : Array[RobotReadinessEvidenceView]
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct RouteIlluminationView {
decision : String
confidence : Double
relief_shadow_risk : Double
max_horizon_angle_deg : Double
max_sun_altitude_deg : Double
evaluated_sample_count : Int
spherical_sunlit_hours : Double
terrain_sunlit_hours : Double
terrain_shadowed_hours : Double
longest_dark_hours : Double
terrain_available_energy_wh : Double
minimum_solar_clearance_deg : Double
maximum_solar_clearance_deg : Double
bounded_horizon : Bool
time_start_utc : String
time_end_utc : String
power_window_source_path : String
horizon_evidence_path : String
horizon_profile : Array[RouteHorizonSampleView]
recommended_window : RouteMissionWindowView
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct RouteMissionWindowView {
decision : String
time_start_utc : String
time_end_utc : String
terrain_sunlit_hours : Double
longest_dark_hours : Double
terrain_available_energy_wh : Double
minimum_solar_clearance_deg : Double
maximum_solar_clearance_deg : Double
meets_illumination_constraint : Bool
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct RouteView {
route_id : String
label : String
selected : Bool
decision : String
score : Int
max_grade : Double
roughness_m : Double
evidence_tile_id : String
illumination : RouteIlluminationView
next_action : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct SourcePanel {
dataset_id : String
catalog_artifact_kind : String
catalog_artifact_id : String
catalog_manifest_path : String
catalog_status : String
authority : String
source_title : String
source_url : String
local_source_path : String
catalog_ref_uris : Array[String]
claim : String
review_status : String
checksum : String
generated_by : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct TerrainCellView {
cell_id : String
row : Int
col : Int
x_px : Int
y_px : Int
elevation_m : Double
slope_grade : Double
roughness_m : Double
hazard : String
selected : Bool
confidence : Double
source_dataset_id : String
layer_values : Array[CellLayerValue]
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct TileInspector {
cell_id : String
row : Int
col : Int
elevation_m : Double
slope_grade : Double
roughness_m : Double
hazard : String
source_dataset_id : String
source_path : String
claim : String
uncertainty_label : String
confidence : Double
layer_values : Array[CellLayerValue]
notes : Array[String]
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct TraverseMotionContract {
contract_id : String
site_id : String
selected_route_id : String
physics_core_package : String
motion_owner_package : String
preview_kind : String
gait_asset_status : String
simulation_status : String
status : String
next_action : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct TrustedSquareViewModel {
view_id : String
site_id : String
title : String
site_latitude_deg : Double
site_longitude_deg : Double
viewport : ViewportGeometry
layers : Array[LayerToggle]
active_layer_id : String
selected_cell_id : String
selected_route_id : String
terrain_cells : Array[TerrainCellView]
routes : Array[RouteView]
route_overlays : Array[RouteOverlay]
globe_overlay : GlobeOverlayView
corridor_windows : Array[CorridorWindowView]
selected_tile : TileInspector
source_panel : SourcePanel
scorecard : SiteScorecard
lighting : LunarLightingView
inspector_facts : Array[InspectorFact]
blockers : Array[String]
} derive(Eq, ToJson, Debug, FromJson)fn first_trusted_square_view_model_from_catalog_root(root : String) -> Result[TrustedSquareViewModel, CatalogBackedViewIssue]fn first_trusted_square_view_model_from_catalog_root_at(root : String, row : Int, col : Int) -> Result[TrustedSquareViewModel, CatalogBackedViewIssue]fn from_site_dossier_with_selection(dossier : SiteDossier, row : Int, col : Int) -> TrustedSquareViewModelfn robot_readiness_view_model_from_catalog_root(root : String) -> Result[RobotReadinessViewModel, CatalogBackedViewIssue]MoonBit-native lunar world model for measured terrain evidence, mission constraints, and robot-facing MoonSuite boundaries.
Dependencies