Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ResultHistory_t Struct Reference

Detailed Description

Rudimentary first sketch of a history type, to encode all the history-trail leading to a certain result from primal inputs.

This will be extended in the future and moved into LAL.

Definition at line 108 of file FstatMetric_v2.c.

Data Fields

CHARapp_name
 name (and path) of this application More...
 
CHARcmdline
 commandline used to produce this result More...
 
CHARVCSInfoString
 Git source-version + configure string. More...
 

Field Documentation

◆ app_name

CHAR* ResultHistory_t::app_name

name (and path) of this application

Definition at line 109 of file FstatMetric_v2.c.

◆ cmdline

CHAR* ResultHistory_t::cmdline

commandline used to produce this result

Definition at line 110 of file FstatMetric_v2.c.

◆ VCSInfoString

CHAR* ResultHistory_t::VCSInfoString

Git source-version + configure string.

Definition at line 111 of file FstatMetric_v2.c.