145 lines
4.6 KiB
HTML
145 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Genesis Meter Platform Documentation | Genesis Cordonel Interface </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Genesis Meter Platform Documentation | Genesis Cordonel Interface ">
|
|
|
|
|
|
<link rel="icon" href="favicon.ico">
|
|
<link rel="stylesheet" href="public/docfx.min.css">
|
|
<link rel="stylesheet" href="public/main.css">
|
|
<meta name="docfx:navrel" content="toc.html">
|
|
<meta name="docfx:tocrel" content="toc.html">
|
|
|
|
|
|
|
|
|
|
|
|
<meta name="loc:inThisArticle" content="In this article">
|
|
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
|
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
|
<meta name="loc:tocFilter" content="Filter by title">
|
|
<meta name="loc:nextArticle" content="Next">
|
|
<meta name="loc:prevArticle" content="Previous">
|
|
<meta name="loc:themeLight" content="Light">
|
|
<meta name="loc:themeDark" content="Dark">
|
|
<meta name="loc:themeAuto" content="Auto">
|
|
<meta name="loc:changeTheme" content="Change theme">
|
|
<meta name="loc:copy" content="Copy">
|
|
<meta name="loc:downloadPdf" content="Download PDF">
|
|
|
|
<script type="module" src="./public/docfx.min.js"></script>
|
|
|
|
<script>
|
|
const theme = localStorage.getItem('theme') || 'auto'
|
|
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
|
<header class="bg-body border-bottom">
|
|
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
|
<div class="container-xxl flex-nowrap">
|
|
<a class="navbar-brand" href="index.html">
|
|
<img id="logo" class="svg" src="images/logo/logo.svg" alt="">
|
|
|
|
</a>
|
|
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
|
<i class="bi bi-three-dots"></i>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navpanel">
|
|
<div id="navbar">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main class="container-xxl">
|
|
|
|
<div class="content">
|
|
<div class="actionbar">
|
|
|
|
<nav id="breadcrumb"></nav>
|
|
</div>
|
|
|
|
<article data-uid="">
|
|
<h1 id="genesis-meter-platform-documentation">Genesis Meter Platform Documentation</h1>
|
|
|
|
<p>This documentation describes the architecture, implementation, and evolution of the Genesis Meter Platform.</p>
|
|
<p>It covers:</p>
|
|
<ul>
|
|
<li>platform architecture</li>
|
|
<li>configuration and data collection domains</li>
|
|
<li>current implementation state</li>
|
|
<li>integration into TestBenchFramework</li>
|
|
<li>development evolution</li>
|
|
<li>migration and refactoring activities</li>
|
|
</ul>
|
|
<hr>
|
|
<h2 id="main-documentation-areas">Main Documentation Areas</h2>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Area</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a href="pages/platform/page_platform__home.html">Platform</a></td>
|
|
<td>Platform architecture, functional domains, current implementation, and TestBenchFramework integration.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="pages/development/page_dev__home.html">Continuous Development</a></td>
|
|
<td>Current and Target architecture comparison, migration strategy, refactoring activities, and future development direction.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<hr>
|
|
<h2 id="main-topics">Main Topics</h2>
|
|
<h3 id="platform">Platform</h3>
|
|
<ul>
|
|
<li>platform overview</li>
|
|
<li>current state</li>
|
|
<li>configuration domain</li>
|
|
<li>data collection domain</li>
|
|
<li>TestBenchFramework implementation</li>
|
|
</ul>
|
|
<h3 id="continuous-development">Continuous Development</h3>
|
|
<ul>
|
|
<li>target state</li>
|
|
<li>target architecture</li>
|
|
<li>migration</li>
|
|
<li>refactoring</li>
|
|
<li>future concepts</li>
|
|
</ul>
|
|
|
|
</article>
|
|
|
|
<div class="contribution d-print-none">
|
|
</div>
|
|
|
|
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
|
|
|
</div>
|
|
|
|
<div class="affix">
|
|
<nav id="affix"></nav>
|
|
</div>
|
|
</main>
|
|
|
|
|
|
<footer class="border-top text-secondary">
|
|
<div class="container-xxl">
|
|
<div class="flex-fill">
|
|
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|