flushing every cycle
This commit is contained in:
@@ -138,6 +138,7 @@ bool JAConditionalSignalUpdateGAM::Initialise(MARTe::StructuredDataI &data) {
|
||||
break;
|
||||
}
|
||||
level++;
|
||||
strbuff = "";
|
||||
ok = data.Read("Type", strbuff);
|
||||
if (!ok) {
|
||||
REPORT_ERROR(ErrorManagement::ParametersError,
|
||||
|
||||
@@ -177,6 +177,7 @@ bool JAMessageGAM::Initialise(MARTe::StructuredDataI &data) {
|
||||
break;
|
||||
}
|
||||
level++;
|
||||
strbuffer = "";
|
||||
ok = data.Read("Type", strbuffer);
|
||||
if (!ok) {
|
||||
REPORT_ERROR(ErrorManagement::ParametersError,
|
||||
|
||||
Reference in New Issue
Block a user