Go to the source code of this file.
Classes | |
class | python.logInspector.logInspector.DeviceInfoDialog |
class | python.logInspector.logInspector.FlashConfigDialog |
class | python.logInspector.logInspector.LogInspectorWindow |
Namespaces | |
python.logInspector.logInspector | |
Functions | |
def | python.logInspector.logInspector.cleanFolder (path, toplevel=True) |
def | python.logInspector.logInspector.dateTimeArrayToString (date, time) |
def | python.logInspector.logInspector.openFolderWithFileBrowser (path) |
def | python.logInspector.logInspector.removeDirectory (fpath) |
def | python.logInspector.logInspector.setDataInformationDirectory (path, startMode=START_MODE_HOT) |
def | python.logInspector.logInspector.verArrayToString (array) |
Variables | |
python.logInspector.logInspector.app = QApplication(sys.argv) | |
python.logInspector.logInspector.configFilePath = os.path.join(os.path.expanduser("~"), "Documents", "Inertial_Sense", "config.yaml") | |
python.logInspector.logInspector.directory = sys.argv[1] | |
python.logInspector.logInspector.main = LogInspectorWindow(configFilePath, MainWindow) | |
python.logInspector.logInspector.MainWindow = QMainWindow() | |
int | python.logInspector.logInspector.START_MODE_COLD = 1 |
int | python.logInspector.logInspector.START_MODE_FACTORY = 2 |
int | python.logInspector.logInspector.START_MODE_HOT = 0 |