DSIMA
 All Classes Namespaces Files Functions Variables
tools.py File Reference

Namespaces

 implementation.simulator.src.tools
 
 tools
 Bunch of tool functions.
 

Functions

def fileLock
 Locking mechanism. More...
 
def log
 Write a content to the log file. More...
 
def cleanLog
 Clean the log file. More...
 
def readCSVFloatList
 Read a list of floats in a CSV file. More...
 
def writeFloatList
 Write a list of floats in a file. More...
 
def writeFloatMatrix
 Write a list of floats in a file. More...
 
def silentCall
 Call a commend without display. More...
 
def clearFolder
 Clear a folder of all files with a given extension. More...
 
def safeCopy
 Copy a file and check if the copy succeeded. More...