-
Notifications
You must be signed in to change notification settings - Fork 7
docs: add compatibility mode and standard mode explanation #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
docs: add compatibility mode and standard mode explanation #376
Conversation
|
I'm a bit wary of calling it a "mode". It's not like EPNix has a compatibility mode, and a standard mode. It might give the impression that you can only be either in "Compatibility mode" and not be able to use the "Standard mode", and vice versa, but in reality, you can mix and match Apps and tops, without any issue. In my head, it's more like "you have an App in IEE-style, here's how to integrate it in an EPNix top". As a side note, since the great refactoring, From a quick read of "EPNix pour les gens simples", we have:
Last note: Did you ever see IEE-style apps anywhere in the EPICS community? In my experience it's either tops, or something completely different, like E3, etc. |
If I remember correctly, then at least SPIRAL2 (at GANIL) and IFMIF (at Rokkasho) are using App based projects. |
There is a specific note to adrress this, in this merge request:
Isn't it enough? Maybe we can also replace |
There is no reference of |
I'm not what you are saying here and how it relates to this merge request. Are you saying we should drop App style altogether? |
|
Sorry, I definitely wasn't clear in my response. What do you think, instead of documenting the "compatibility mode" and "standard mode" as a special feature of EPNix, we write a user guide on how to package an IEE-style App in an EPNix top.
Kinda, yes. I was doing a survey of the "EPNix pour les gens simples" documentation to see what we need to document for IEE-style Apps. I think there's not much IEE-specific content, so we can put everything in one or two guides. This way, we don't need to create a new "compatibility mode" concept, and users that have IEE apps still get to have their documentation. What do you think? |
Explanation suggestion for compatibility mode and standard mode, which will later be referenced throughout the documentation.