INTO-CPS-Association / maestro

Maestro a Co-Simulation Orchestration Engine
https://build.overture.au.dk/jenkins/job/maestro/
20 stars 3 forks source link

CSVDataWriter should flush for every data point. #361

Closed CThuleHansen closed 2 years ago

CThuleHansen commented 2 years ago

Currently the CSVDataWriter flushes when closed. It would be useful, if it flushed on every writedatapoint. This allows you to tail the csv and still get results if a simulation errornously terminates.