-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure build 20241211.1 for commit 91e6af1
- Loading branch information
Azure Pipelines
committed
Dec 11, 2024
0 parents
commit 9d4c213
Showing
12,060 changed files
with
2,074,727 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cyclonedds.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
/* Minor style adjustments */ | ||
@import url('https://fonts.googleapis.com/css2?family=Epilogue&display=swap'); | ||
|
||
body { | ||
--codeBlue: #1450FF; | ||
--codeGreen: #679436; | ||
--mainNavColor: #0A143C; | ||
font-family: "Epilogue", "OpenSans", sans-serif; | ||
} | ||
|
||
div.document { | ||
margin-left: 30rem; | ||
margin-right: 25rem; | ||
} | ||
|
||
div#right_sidebar { | ||
width: 25rem; | ||
right: 0rem; | ||
} | ||
|
||
div.sphinxsidebar { | ||
width: fit-content; | ||
max-width: 30rem; | ||
} | ||
|
||
div.document div.documentwrapper { | ||
max-width: 60rem; | ||
} | ||
|
||
div.button_nav { | ||
max-width: 60rem; | ||
} | ||
|
||
dl:not(.c):not(.cpp):not(.py):not(.simple) > dt { | ||
display: none; | ||
} | ||
|
||
dl:not(.c):not(.cpp):not(.py):not(.simple) > dd { | ||
margin-inline-start: 0; | ||
} | ||
|
||
@media (max-width: 85rem) { | ||
div.document { | ||
margin-left: 0px !important; | ||
margin-right: 0px !important; | ||
} | ||
|
||
div#right_sidebar { | ||
display: none; | ||
} | ||
|
||
div.sphinxsidebar { | ||
display: none; | ||
} | ||
|
||
nav#top_nav p.mobile_search_link { | ||
display: none; | ||
} | ||
|
||
nav#top_nav div.searchbox_wrapper { | ||
display: none; | ||
} | ||
|
||
nav#top_nav div.searchbox_wrapper { | ||
display: none; | ||
} | ||
} | ||
|
||
dl:not(.c):not(.cpp):not(.py):not(.simple) > dt { | ||
/* Hide group headers */ | ||
display: none; | ||
} | ||
dl:not(.c):not(.cpp):not(.py):not(.simple) > dd { | ||
/* Don't indent top-level code */ | ||
margin-inline-start: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
window.addEventListener("load", function() { | ||
let e = document.querySelector(".sphinxsidebarwrapper"); | ||
let ul = document.createElement("ul"); | ||
let elements = window.location.href.split('/'); | ||
let index = elements.findIndex((e, i) => e == "docs") + 2; | ||
let version = elements[index] ?? "unknown"; | ||
|
||
ul.innerHTML = ` | ||
<li class="toctree-l1"><a class="reference internal">Version: <strong>${version}</strong></a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="/docs">Back to overview</a></li> | ||
`; | ||
e.insertBefore(ul, e.firstChild); | ||
Array(...document.querySelectorAll("dt.py")).forEach((e) => e.classList.add("highlight")); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
|
||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<title>Eclipse Cyclone DDS - Blog</title> | ||
<meta charset="utf-8" /> | ||
<meta name="description" content="Eclipse Cyclone DDS, High performant and robust open source OMG DDS implementation" /> | ||
<meta name="keywords" content="eclipse, cyclone, dds, pub, sub, pubsub, iot, cyclonedds, cdr, omg, idl, middleware, ros" /> | ||
<meta name="author" content="Eclipse Cyclone DDS Committers" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
|
||
<link rel="stylesheet" href="/css/bootstrap-reboot.min.css"> | ||
<link rel="stylesheet" href="/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="/css/style.css"> | ||
<link rel="stylesheet" href="/css/syntax.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<header class="navbar navbar-expand navbar-dark flex-column flex-md-row ato-navbar px-5"> | ||
<a class="navbar-brand" href="/"> | ||
<img src="/images/cyclonedds-light.png" class="m-1 align-middle" alt="" height="30"> | ||
</a> | ||
|
||
<div class="collapse navbar-collapse"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/docs">Documentation</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/content/faq.html">FAQ</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/content/deep-dives.html">Deep Dives</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle " href="#" id="navGuides" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
Guides | ||
</a> | ||
<ul class="dropdown-menu" aria-labelledby="navGuides"> | ||
|
||
<li><a class="dropdown-item" href="/content/guides/detect-retransmits.html">Detect Retransmits</a></li> | ||
|
||
<li><a class="dropdown-item" href="/content/guides/interactive-tutorial-chapter-1.html">Python Interactive Tutorial, Chapter 1</a></li> | ||
|
||
<li><a class="dropdown-item" href="/content/guides/supported-idl.html">What syntax and datatypes are supported in IDL</a></li> | ||
|
||
<li><a class="dropdown-item" href="/content/guides/tracefile.html">Cyclone DDS trace files</a></li> | ||
|
||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link active" href="/blog.html">Blog</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/content/tools.html">Tools</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
|
||
|
||
|
||
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex"> | ||
<li class="nav-item"> | ||
<a class="nav-link p-2" href="https://github.com/eclipse-cyclonedds/cyclonedds" target="_blank" rel="noopener" aria-label="GitHub"> | ||
<span class="fab fa-github fa-lg"></span> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link p-2" href="https://twitter.com/EclipseCyclone" target="_blank" rel="noopener" aria-label="Twitter"> | ||
<span class="fab fa-twitter fa-lg"></span> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link p-2" href="https://discord.gg/BkRYQPpZVV" target="_blank" rel="noopener" aria-label="Discord"> | ||
<span class="fab fa-discord fa-lg"></span> | ||
</a> | ||
</li> | ||
</ul> | ||
</header> | ||
|
||
|
||
|
||
<main> | ||
<div class="container"> | ||
<div class="row my-1"> | ||
<h1>Blog</h1> | ||
</div> | ||
|
||
|
||
<div class="row"> | ||
<div class="col-12 rounded border bg-light my-2 py-2"> | ||
<a href="/content/blog/B2RKDDSModelThingsTheirRelationshipAndRelations.html"><h2 class="mb-2">Modeling Data, Metadata and their Relationships With DDS</h2></a> | ||
By Ramzi KAROUI, posted on 2022-11-08. | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-12 rounded border bg-light my-2 py-2"> | ||
<a href="/content/blog/B1RKWhatisDDSWhatMakesitUnik.html"><h2 class="mb-2">What makes DDS unique</h2></a> | ||
By Ramzi KAROUI, posted on 2022-11-08. | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-12 rounded border bg-light my-2 py-2"> | ||
<a href="/content/blog/xtypes-features.html"><h2 class="mb-2">What XTypes can do for you</h2></a> | ||
By Thijs Miedema, posted on 2022-05-11. | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-12 rounded border bg-light my-2 py-2"> | ||
<a href="/content/blog/hello-world.html"><h2 class="mb-2">Hello, World!</h2></a> | ||
By Thijs Miedema, posted on 2022-05-04. | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</main> | ||
|
||
<footer class="ato-footer text-muted"> | ||
<div class="container-fluid p-6 p-md-5"> | ||
<div class="row"> | ||
<div class="col-6 col-md-2 pb-2"> | ||
<h5>Eclipse Incubation</h5> | ||
<p><img src="/images/eclipse-incubation.png" style="width:100px;"></p> | ||
<p>Eclipse Cyclone DDS ™ is an incubating project under the Eclipse Foundation.</p> | ||
</div> | ||
|
||
<div class="col-6 col-md-2 pb-2"> | ||
<h5>More Information</h5> | ||
<p><a href="https://www.eclipse.org/legal" target="_blank">Legal</a></p> | ||
<p><a href="https://www.eclipse.org/legal/privacy.php" target="_blank">Privacy policy</a></p> | ||
<p><a href="https://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of use</a></p> | ||
<p><a href="https://www.eclipse.org/legal/copyright.php" target="_blank">Copyright</a></p> | ||
<p><a href="https://www.eclipse.org/security/" target="_blank">Report a security issue</a></p> | ||
<p><a href="https://www.eclipse.org/legal/epl-2.0/" target="_blank">Eclipse Public License 2.0</a></p> | ||
<p><a href="https://www.eclipse.org/org/documents/edl-v10.php" target="_blank">Eclipse Distribution License 1.0</a></p> | ||
<p><a href="https://www.eclipse.org/" target="_blank">Eclipse Foundation</a></p> | ||
</div> | ||
|
||
<div class="col-6 col-md-2 pb-2"> | ||
<h5>Sponsored by:</h5> | ||
<p><a href="https://www.eclipse.org/" target="_blank"><img src="/images/eclipse-foundation.svg" alt="Eclipse Foundation" class="img-fluid w-75"></a></p> | ||
<p><a href="https://zettascale.tech/" target="_blank"><img src="/images/zettascale.svg" alt="ZettaScale Technology" class="img-fluid w-75"></a></p> | ||
<p><a href="https://www.adlinktech.com" target="_blank"><img src="/images/company_logo.svg" alt="ADLINK Technology" class="img-fluid w-75"></a></p> | ||
</div> | ||
|
||
<div class="col-6 col-md-2 pb-2"> | ||
<h5>Follow us</h5> | ||
<p><a href="https://github.com/eclipse-cyclonedds/cyclonedds"><span class="fab fa-github"></span> GitHub</a></p> | ||
<p><a href="https://twitter.com/EclipseCyclone"><span class="fab fa-twitter"></span> Twitter</a></p> | ||
<p><a href="https://discord.gg/BkRYQPpZVV"><span class="fab fa-discord"></span> Discord</a></p> | ||
<p><a href="/docs"><span class="fa fa-info-circle"></span> About</a></p> | ||
</div> | ||
|
||
<div class="col-12 col-md-4 pb-2"> | ||
<p>Eclipse Cyclone DDS ™ is free, open source and always will be.</p> | ||
<p>Copyright © 2022 Eclipse Foundation</p> | ||
<p>Theme inspired by: <a href="https://tokio.rs/" target="_blank">Tokio website theme</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- jQuery first, then Tether, then Bootstrap JS. --> | ||
<script src="/js/jquery.min.js"></script> | ||
<script src="/js/tether.min.js"></script> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<script src="/js/highlight.min.js"></script> | ||
<script> $(function () { | ||
$("pre code").each(function (i, block) { | ||
hljs.highlightBlock(block); | ||
}); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.