Browse Source

first test

dev
Clemens Richter 9 years ago
parent
commit
630a23cd16
  1. 1522
      python/tmc_classes.py
  2. 3
      python/tmc_parser.py

1522
python/tmc_classes.py

File diff suppressed because it is too large Load Diff

3
python/tmc_parser.py

@ -50,7 +50,8 @@ class tmc_parser(gr.sync_block):
self.TMC_data={}
self.tmc_messages=tmc_dict()
atexit.register(self.goodbye)
self.save_data_timer=time.time()
self.save_data_timer=time.time()
self.lcl_obj=lcl(workdir+"LCL/")
if self.writeDB:
#create new DB file
db_name=workdir+'RDS_data'+datetime.now().strftime("%Y%m%d_%H%M%S")+'_TMC.db'

Loading…
Cancel
Save