NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
486 stars 186 forks source link

C++ CLI: OutputAdapter is not implemented while it was present in the workflow-gem #5107

Open jmarrec opened 4 months ago

jmarrec commented 4 months ago

Enhancement Request

Seems like the feature was actually used as reported by @chriswmackey on https://github.com/NREL/OpenStudio/issues/5069#issuecomment-1986642054

This is also related to #5073 since socket was one of the default adapters provided by openstudio-workflow-gem

Detailed Description

cf https://github.com/NREL/OpenStudio-workflow-gem/blob/696306b5b24cd597edc6ab04faa1e618f99db190/lib/openstudio/workflow/adapters/output_adapter.rb#L8-L11

Possible Implementation