Beispiel #1
0
def read_tracerinfo(filename, **kwargs):
    """
    Read a 'tracerinfo.dat' file and Returns a dictionary.
    """
    return read_fmt_file(filename, TRACERINFO_FMT, **kwargs)
Beispiel #2
0
def read_tracerinfo(filename, **kwargs):
    """
    Read a 'tracerinfo.dat' file and Returns a dictionary.
    """
    return read_fmt_file(filename, TRACERINFO_FMT, **kwargs)
Beispiel #3
0
def read_diaginfo(filename, **kwargs):
    """
    Read a 'diaginfo.dat' file and Returns a dictionary.
    """
    return read_fmt_file(filename, DIAGINFO_FMT, **kwargs)
Beispiel #4
0
def read_diaginfo(filename, **kwargs):
    """
    Read a 'diaginfo.dat' file and Returns a dictionary.
    """
    return read_fmt_file(filename, DIAGINFO_FMT, **kwargs)