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
README.plugins.html states:
"plugin may be written using any language, supporting pure virtual interfaces (you will need to rewrite interfaces declarations for your language if they are missing);"
Rewriting an interface declaration requires that detailed information is available about all method names and their signatures.
In addition, a detailed description of the Interface dependencies is very welcome. For example, how to obtain one interface from another?
The text was updated successfully, but these errors were encountered:
Submitted by: Peter Vandel (petervandel)
README.plugins.html states:
"plugin may be written using any language, supporting pure virtual interfaces (you will need to rewrite interfaces declarations for your language if they are missing);"
Rewriting an interface declaration requires that detailed information is available about all method names and their signatures.
In addition, a detailed description of the Interface dependencies is very welcome. For example, how to obtain one interface from another?
The text was updated successfully, but these errors were encountered: