Public Member Functions | |
launch_followers (self, dev) | |
refresh_properties (self) | |
setup (self) | |
rescan_files (self) | |
ingest_line (self, line) | |
loop (self) | |
Public Attributes | |
last_update_ts_sec | |
records_since_startup | |
records_per_sec | |
conn | |
user_log_queue | |
user_log_threads | |
telem_queue | |
telem_threads | |
startup_ts_sec | |
fs_queue | |
fs_observer | |
Static Public Attributes | |
dbIngestConfig | config |
list | telem_threads [tuple[str, threading.Thread]] |
queue | telem_queue .Queue |
BaseObserverSubclassCallable | fs_observer |
queue | fs_queue .Queue |
float | last_update_ts_sec |
float | startup_ts_sec |
float | records_since_startup |
list | user_log_threads [tuple[str, threading.Thread]] |
queue | user_log_queue .Queue |
Definition at line 96 of file dbIngest.py.
dbIngest.dbIngest.ingest_line | ( | self, | |
line | |||
) |
Definition at line 212 of file dbIngest.py.
dbIngest.dbIngest.launch_followers | ( | self, | |
dev | |||
) |
Definition at line 110 of file dbIngest.py.
dbIngest.dbIngest.loop | ( | self | ) |
Definition at line 217 of file dbIngest.py.
dbIngest.dbIngest.refresh_properties | ( | self | ) |
Definition at line 125 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and visxCtrl.xapp.VisX.loop().
dbIngest.dbIngest.rescan_files | ( | self | ) |
Definition at line 206 of file dbIngest.py.
dbIngest.dbIngest.setup | ( | self | ) |
Definition at line 132 of file dbIngest.py.
|
static |
Definition at line 97 of file dbIngest.py.
Referenced by visxCtrl.xapp.VisX.cooling_on_target(), dbIngest.dbIngest.launch_followers(), dbIngest.dbIngest.rescan_files(), corAlign.corAlign.setup(), and efcControl.efcControl.setup().
dbIngest.dbIngest.conn |
Definition at line 160 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.rescan_files().
|
static |
Definition at line 100 of file dbIngest.py.
dbIngest.dbIngest.fs_observer |
Definition at line 196 of file dbIngest.py.
|
static |
Definition at line 101 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop().
dbIngest.dbIngest.fs_queue |
Definition at line 194 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop().
|
static |
Definition at line 102 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().
dbIngest.dbIngest.last_update_ts_sec |
Definition at line 133 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().
dbIngest.dbIngest.records_per_sec |
Definition at line 135 of file dbIngest.py.
|
static |
Definition at line 104 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().
dbIngest.dbIngest.records_since_startup |
Definition at line 134 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().
|
static |
Definition at line 103 of file dbIngest.py.
Referenced by dbIngest.dbIngest.refresh_properties().
dbIngest.dbIngest.startup_ts_sec |
Definition at line 189 of file dbIngest.py.
Referenced by dbIngest.dbIngest.refresh_properties().
|
static |
Definition at line 99 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().
dbIngest.dbIngest.telem_queue |
Definition at line 184 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().
|
static |
Definition at line 98 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers().
dbIngest.dbIngest.telem_threads |
Definition at line 185 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers().
|
static |
Definition at line 108 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().
dbIngest.dbIngest.user_log_queue |
Definition at line 181 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().
|
static |
Definition at line 107 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers().
dbIngest.dbIngest.user_log_threads |
Definition at line 182 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers().