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
As discussed in
gruppe_adler_mod calls to TFAR functions in scheduled environment.
gruppe_adler_mod
This is not supported by TFAR (as noted by @jokoho48 who in turn got the info from @dedmen).
We should wrap occurences of call TFAR_fnc_* in CBA_fnc_directCall.
call TFAR_fnc_*
If not there can be script erros. Such where noticed while testing with the ICOM device of CrowsEW.
The text was updated successfully, but these errors were encountered:
Merge pull request #215 from gruppe-adler/fix-tfar-calls
58a6b65
Fix for #214 calls to TFAR functions in scheduled environment
b-mayr-1984
Successfully merging a pull request may close this issue.
As discussed in
gruppe_adler_mod
calls to TFAR functions in scheduled environment.This is not supported by TFAR (as noted by @jokoho48 who in turn got the info from @dedmen).
We should wrap occurences of
call TFAR_fnc_*
in CBA_fnc_directCall.If not there can be script erros.
Such where noticed while testing with the ICOM device of CrowsEW.
The text was updated successfully, but these errors were encountered: