We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The disambiguation term Interface was introduced rather hastily during the communication layer redesign and 1.0 release.
Interface
Consequently, a lot of back-end code still uses incorrect terminology. This should be updated to be consistent throughout.
Terminology:
Adapter
Terminology should be updated in code, as well as comments and documentation headers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The disambiguation term
Interface
was introduced rather hastily during the communication layer redesign and 1.0 release.Consequently, a lot of back-end code still uses incorrect terminology. This should be updated to be consistent throughout.
Terminology:
Adapter
: Functionality provided by the framework to abstract interaction with shared transport protocols (EPICS, TCP Stream, etc).Interface
: Functionality provided by simulated device to implement specific device protocol(s) based on adapter(s).Terminology should be updated in code, as well as comments and documentation headers.
The text was updated successfully, but these errors were encountered: