[sourcegen] Add Connector crosswalk

This commit is contained in:
Ingmar Schoegl 2024-08-23 07:15:51 -05:00
parent 7809c7355a
commit 7bd0303a72

View File

@ -24,6 +24,7 @@ class_crosswalk:
trans: Transport
wall: Wall
func: Func1
connector: Connector
# Provides information on instance methods that return instances
# of other C# classes.
@ -42,6 +43,8 @@ class_accessors:
# Derived: Base
derived_handles:
SurfaceHandle: ThermoPhaseHandle
WallHandle: ConnectorHandle
FlowDeviceHandle: ConnectorHandle
# Provides info for scaffolding higher-level idiomatic C# classes
# At this stage, we can scaffold simple properties that follow the