Classes | Functions | Variables
python.logInspector.logInspector Namespace Reference

Classes

class  DeviceInfoDialog
 
class  FlashConfigDialog
 
class  LogInspectorWindow
 

Functions

def cleanFolder (path, toplevel=True)
 
def dateTimeArrayToString (date, time)
 
def openFolderWithFileBrowser (path)
 
def removeDirectory (fpath)
 
def setDataInformationDirectory (path, startMode=START_MODE_HOT)
 
def verArrayToString (array)
 

Variables

 app = QApplication(sys.argv)
 
 configFilePath = os.path.join(os.path.expanduser("~"), "Documents", "Inertial_Sense", "config.yaml")
 
 directory = sys.argv[1]
 
 main = LogInspectorWindow(configFilePath, MainWindow)
 
 MainWindow = QMainWindow()
 
int START_MODE_COLD = 1
 
int START_MODE_FACTORY = 2
 
int START_MODE_HOT = 0
 

Function Documentation

◆ cleanFolder()

def python.logInspector.logInspector.cleanFolder (   path,
  toplevel = True 
)

Definition at line 45 of file logInspector.py.

◆ dateTimeArrayToString()

def python.logInspector.logInspector.dateTimeArrayToString (   date,
  time 
)

Definition at line 118 of file logInspector.py.

◆ openFolderWithFileBrowser()

def python.logInspector.logInspector.openFolderWithFileBrowser (   path)

Definition at line 36 of file logInspector.py.

◆ removeDirectory()

def python.logInspector.logInspector.removeDirectory (   fpath)

Definition at line 75 of file logInspector.py.

◆ setDataInformationDirectory()

def python.logInspector.logInspector.setDataInformationDirectory (   path,
  startMode = START_MODE_HOT 
)

Definition at line 80 of file logInspector.py.

◆ verArrayToString()

def python.logInspector.logInspector.verArrayToString (   array)

Definition at line 115 of file logInspector.py.

Variable Documentation

◆ app

python.logInspector.logInspector.app = QApplication(sys.argv)

Definition at line 608 of file logInspector.py.

◆ configFilePath

python.logInspector.logInspector.configFilePath = os.path.join(os.path.expanduser("~"), "Documents", "Inertial_Sense", "config.yaml")

Definition at line 611 of file logInspector.py.

◆ directory

python.logInspector.logInspector.directory = sys.argv[1]

Definition at line 619 of file logInspector.py.

◆ main

python.logInspector.logInspector.main = LogInspectorWindow(configFilePath, MainWindow)

Definition at line 613 of file logInspector.py.

◆ MainWindow

python.logInspector.logInspector.MainWindow = QMainWindow()

Definition at line 609 of file logInspector.py.

◆ START_MODE_COLD

int python.logInspector.logInspector.START_MODE_COLD = 1

Definition at line 33 of file logInspector.py.

◆ START_MODE_FACTORY

int python.logInspector.logInspector.START_MODE_FACTORY = 2

Definition at line 34 of file logInspector.py.

◆ START_MODE_HOT

int python.logInspector.logInspector.START_MODE_HOT = 0

Definition at line 32 of file logInspector.py.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03