Skip to content

Commit

Permalink
#10663 WBS Plot: Add new SH_MK and FG_MK results.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriben committed Jan 26, 2024
1 parent ad34bbf commit b6415f2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
44 changes: 44 additions & 0 deletions ApplicationLibCode/Application/RiaResultNames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,45 @@ QString RiaResultNames::wbsSHMkResult()
return "SH_MK";
}

//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaResultNames::wbsSHMkExpResult()
{
return "SH_MK_EXP";
}

//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaResultNames::wbsSHMkMinResult()
{
return "SH_MK_MIN";
}

//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaResultNames::wbsSHMkMaxResult()
{
return "SH_MK_MAX";
}

//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaResultNames::wbsFGMkExpResult()
{
return "FG_MK_EXP";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaResultNames::wbsFGMkMinResult()
{
return "FG_MK_MIN";
}

//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -519,5 +558,10 @@ std::vector<QString> RiaResultNames::wbsDerivedResultNames()
wbsSFGResult(),
wbsSHResult(),
wbsSHMkResult(),
wbsSHMkExpResult(),
wbsSHMkMinResult(),
wbsSHMkMaxResult(),
wbsFGMkExpResult(),
wbsFGMkMinResult(),
};
}
5 changes: 5 additions & 0 deletions ApplicationLibCode/Application/RiaResultNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ QString wbsSHMkResult();
QString wbsOBGResult();
QString wbsFGResult();
QString wbsSFGResult();
QString wbsFGMkExpResult();
QString wbsFGMkMinResult();
QString wbsSHMkExpResult();
QString wbsSHMkMinResult();
QString wbsSHMkMaxResult();

// Fault results
QString formationBinaryAllanResultName();
Expand Down

0 comments on commit b6415f2

Please sign in to comment.