MCPcopy Create free account
hub / github.com/ARM-software/AVH / closeFile

Function closeFile

interface/sensor/python/vsi_sensor.py:288–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286
287## Close sensor recording file
288def closeFile():
289 global file
290
291 try:
292 logger.info("Close recording file")
293 file.close()
294 except Exception as e:
295 logger.info(f"An error occurred when closing SDS file: {e}")
296
297
298## VSI IRQ Status register

Callers 1

wrCONTROLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected