API
dbIngest.dbIngest Class Reference
Inheritance diagram for dbIngest.dbIngest:
Inheritance graph
Collaboration diagram for dbIngest.dbIngest:
Collaboration graph

Public Member Functions

def launch_follower (self, dev)
 
def refresh_properties (self)
 
def setup (self)
 
def rescan_files (self)
 
def ingest_line (self, line)
 
def loop (self)
 

Public Attributes

 last_update_ts_sec
 
 records_since_startup
 
 records_per_sec
 
 conn
 
 telem_queue
 
 telem_threads
 
 startup_ts_sec
 
 fs_queue
 
 fs_observer
 

Detailed Description

Definition at line 85 of file dbIngest.py.

Member Function Documentation

◆ ingest_line()

def dbIngest.dbIngest.ingest_line (   self,
  line 
)

Definition at line 180 of file dbIngest.py.

◆ launch_follower()

def dbIngest.dbIngest.launch_follower (   self,
  dev 
)

Definition at line 95 of file dbIngest.py.

◆ loop()

def dbIngest.dbIngest.loop (   self)

Definition at line 185 of file dbIngest.py.

◆ refresh_properties()

def dbIngest.dbIngest.refresh_properties (   self)

Definition at line 102 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop(), and visxCtrl.xapp.VisX.loop().

◆ rescan_files()

def dbIngest.dbIngest.rescan_files (   self)

Definition at line 175 of file dbIngest.py.

◆ setup()

def dbIngest.dbIngest.setup (   self)

Definition at line 109 of file dbIngest.py.

Member Data Documentation

◆ conn

dbIngest.dbIngest.conn

Definition at line 137 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.rescan_files().

◆ fs_observer

dbIngest.dbIngest.fs_observer

Definition at line 169 of file dbIngest.py.

◆ fs_queue

dbIngest.dbIngest.fs_queue

Definition at line 167 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop().

◆ last_update_ts_sec

dbIngest.dbIngest.last_update_ts_sec

Definition at line 110 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().

◆ records_per_sec

dbIngest.dbIngest.records_per_sec

Definition at line 112 of file dbIngest.py.

◆ records_since_startup

dbIngest.dbIngest.records_since_startup

Definition at line 111 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().

◆ startup_ts_sec

dbIngest.dbIngest.startup_ts_sec

Definition at line 162 of file dbIngest.py.

Referenced by dbIngest.dbIngest.refresh_properties().

◆ telem_queue

dbIngest.dbIngest.telem_queue

Definition at line 157 of file dbIngest.py.

Referenced by dbIngest.dbIngest.launch_follower(), and dbIngest.dbIngest.loop().

◆ telem_threads

dbIngest.dbIngest.telem_threads

Definition at line 158 of file dbIngest.py.

Referenced by dbIngest.dbIngest.launch_follower().


The documentation for this class was generated from the following file: