Skip to content

Commit

Permalink
[sourcegen] Add Connector crosswalk
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Feb 4, 2025
1 parent c251949 commit fb5069b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interfaces/sourcegen/sourcegen/csharp/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit fb5069b

Please sign in to comment.