Skip to content
Snippets Groups Projects
PL1

Feature n7s tmcc#536 Added support for required synchronous interfaces in environment

Merged Imported Juan Font Alonso requested to merge feature-n7s-tmcc#536-environment-synchronous-calls into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -753,7 +753,7 @@ void TmcConverter::findEnvironmentDatatypes(
// (or at least the read operation returns undefined value).
// The interface kind is ignored here.
// Sporadic interface has at most one input parameter.
// Sync interfaces has both input and output parameters.
// Sync interfaces have both input and output parameters.
for (const QString &functionName : envFunctions) {
IVFunction *function = model.getFunction(functionName, Qt::CaseSensitivity::CaseInsensitive);
QVector<IVInterface *> requiredInterfaces = function->ris();
Loading