DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Classes | |
class | InterruptHandler |
class | IntRange |
Functions | |
hookDebugger (debugger='gdb') | |
sanitizeConnectionPaths (aConnectionPaths) | |
completeDevices (ctx, args, incomplete) | |
readSubNodes (aNode, dispatch=True) | |
resetSubNodes (aNode, aValue=0x0, dispatch=True) | |
validate_device (ctx, param, value) | |
complete_device (ctx, args, incomplete) | |
split (ctx, param, value) | |
__str2int__ (value) | |
split_ints (ctx, param, value) | |
printRegTable (aRegs, aHeader=True, sort=True) | |
printDictTable (aDict, aHdr=True, aSort=True, aFmtr=None) | |
collateTables (t1, t2) | |
escape_ansi (line) | |
formatTStamp (aRawTStamp, clock_frequency_hz) | |
tstamp2int (aRawTStamp) | |
fmtEpState (aState) | |
Variables | |
kReEscapeAnsi = re.compile(r'(\x9B|\x1B\[)[0-?]*[ -/]*[@-~]') | |
timing.cli.toolbox.__str2int__ | ( | value | ) |
Definition at line 172 of file toolbox.py.
timing.cli.toolbox.collateTables | ( | t1, | |
t2 ) |
Definition at line 222 of file toolbox.py.
timing.cli.toolbox.complete_device | ( | ctx, | |
args, | |||
incomplete ) |
Definition at line 157 of file toolbox.py.
timing.cli.toolbox.completeDevices | ( | ctx, | |
args, | |||
incomplete ) |
Definition at line 94 of file toolbox.py.
timing.cli.toolbox.escape_ansi | ( | line | ) |
Definition at line 241 of file toolbox.py.
timing.cli.toolbox.fmtEpState | ( | aState | ) |
Definition at line 263 of file toolbox.py.
timing.cli.toolbox.formatTStamp | ( | aRawTStamp, | |
clock_frequency_hz ) |
Definition at line 246 of file toolbox.py.
timing.cli.toolbox.hookDebugger | ( | debugger = 'gdb' | ) |
debugging helper, hooks debugger to running interpreter process
debugging helper, hooks debugger to running interpreter process
Definition at line 13 of file toolbox.py.
timing.cli.toolbox.printDictTable | ( | aDict, | |
aHdr = True, | |||
aSort = True, | |||
aFmtr = None ) |
Definition at line 216 of file toolbox.py.
timing.cli.toolbox.printRegTable | ( | aRegs, | |
aHeader = True, | |||
sort = True ) |
Definition at line 211 of file toolbox.py.
timing.cli.toolbox.readSubNodes | ( | aNode, | |
dispatch = True ) |
Definition at line 104 of file toolbox.py.
timing.cli.toolbox.resetSubNodes | ( | aNode, | |
aValue = 0x0, | |||
dispatch = True ) |
Reset subnodes of aNode to aValue
Definition at line 114 of file toolbox.py.
timing.cli.toolbox.sanitizeConnectionPaths | ( | aConnectionPaths | ) |
Definition at line 84 of file toolbox.py.
timing.cli.toolbox.split | ( | ctx, | |
param, | |||
value ) |
Definition at line 164 of file toolbox.py.
timing.cli.toolbox.split_ints | ( | ctx, | |
param, | |||
value ) |
Definition at line 183 of file toolbox.py.
timing.cli.toolbox.tstamp2int | ( | aRawTStamp | ) |
Definition at line 257 of file toolbox.py.
timing.cli.toolbox.validate_device | ( | ctx, | |
param, | |||
value ) |
Definition at line 144 of file toolbox.py.
timing.cli.toolbox.kReEscapeAnsi = re.compile(r'(\x9B|\x1B\[)[0-?]*[ -/]*[@-~]') |
Definition at line 239 of file toolbox.py.