You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at Implementing ITranspilerSink to produce python code.
I looked at MtconnectTranspiler.Sinks.CSharp as an example and had a few questions:
Whats the main difference between MtconnectTranspiler.Sinks.CSharp and MtconnectTranspiler.Sinks.CSharp.Example ?
Do I need to create a project similar to MtconnectTranspiler.Sinks.CSharp but for python in order to produce a foundation for my implementation?
The classes under Contracts/Interfaces like the IClass.cs or the *.cs files under Models ; would I need to impl those for python? IClass.py, or Models/Classes/DataItemTypes/EventClass.py , etc ?
Should my focus be on writing python templates within MtconnectTranspiler.Sinks.CSharp.Example ? Then running the exe with those new templates?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was looking at Implementing
ITranspilerSink
to produce python code.I looked at
MtconnectTranspiler.Sinks.CSharp
as an example and had a few questions:MtconnectTranspiler.Sinks.CSharp
andMtconnectTranspiler.Sinks.CSharp.Example
?MtconnectTranspiler.Sinks.CSharp
but for python in order to produce a foundation for my implementation?MtconnectTranspiler.Sinks.CSharp.Example
? Then running the exe with those new templates?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions