Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2021-10-10-embeddedRTPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: embeddedRTPS the new experimental middleware for micro-ROS
author: Maria Merlan
---
Alexandru Kampmann currently works at the Software for Embedded Systems Research Group, RWTH Aachen University [research profile](https://www.researchgate.net/profile/Alexandru-Kampmann-2), and he is the main contributor of [embeddedRTPS](https://github.com/embedded-software-laboratory/embeddedRTPS)
Alexandru Kampmann currently works at the Software for Embedded Systems Research Group, RWTH Aachen University [research profile](https://www.embedded.rwth-aachen.de/doku.php?id=lehrstuhl:mitarbeiter:gurghian), and he is the main contributor of [embeddedRTPS](https://github.com/embedded-software-laboratory/embeddedRTPS)

Middleware implementations such as embeddedRTPS, bring the possibility of using RTPS communication layers on mid to high range MCU with networking capabilities.

Expand Down
6 changes: 0 additions & 6 deletions utils/doxy_templates/nonclass_members_details.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{% if exists("publicTypes") %}## Types Documentation

{% for child in publicTypes %}### {{child.kind}} {{child.name}}

{{ render("member_details", child) }}
{% endfor %}{% endif %}
{% if exists("publicFunctions") %}## Functions Documentation

{% for child in publicFunctions %}### {{child.kind}} {{child.name}}
Expand Down
29 changes: 2 additions & 27 deletions utils/doxy_templates/nonclass_members_tables.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,10 @@
| | Name |
| -------------- | -------------- |
{% for child in publicClasses -%}
| {{child.kind}} | **[{{child.name}}]({{child.url}})** {% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
| {{child.kind}} | **[{{child.name}}](#{{child.name}})** {% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
{% endfor %}
{% endif -%}
{%- if exists("publicTypes") %}## Types

| | Name |
| -------------- | -------------- |
{% for child in publicTypes -%}
| {% if existsIn(child, "templateParams") -%}
template <{% for param in child.templateParams -%}
{{param.typePlain}} {{param.name}}{% if existsIn(param, "defvalPlain") %} ={{param.defvalPlain}}{% endif -%}
{% if not loop.is_last %},{% endif -%}
{% endfor %}\> <br>{% endif -%}
{{child.kind}}{% if existsIn(child, "type") %} {{child.type}} {% endif -%}
| **[{{child.name}}]({{child.url}})** {% if child.kind == "enum" %}{ {% for enumvalue in child.enumvalues -%}
{{enumvalue.name}}{% if existsIn(enumvalue, "initializer") %} {{enumvalue.initializer}}{% endif -%}
{% if not loop.is_last %}, {% endif %}{% endfor -%}
}{% endif -%}
{% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
{% endfor %}
{% endif -%}
{%- if exists("publicSlots") %}## Slots

| | Name |
Expand Down Expand Up @@ -118,7 +101,7 @@ template <{% for param in child.templateParams -%}
{% if child.virtual %}virtual {% endif -%}
{% if existsIn(child, "type") %}{{child.type}} {% endif -%}
| **[{{child.name}}](#function-{{child.name}})**({% for param in child.params -%}
{{param.type}} {{param.name}}{% if existsIn(param, "defval") %} ={{param.defval}}{% endif -%}
{{param.typePlain}} {{param.name}}{% if existsIn(param, "defval") %} ={{param.defval}}{% endif -%}
{% if not loop.is_last %}, {% endif -%}
{% endfor %}){% if child.const %} const{% endif -%}
{% if child.override %} override{% endif -%}
Expand All @@ -128,15 +111,7 @@ template <{% for param in child.templateParams -%}
{% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
{% endfor %}
{% endif -%}
{%- if exists("publicAttributes") %}## Attributes

| | Name |
| -------------- | -------------- |
{% for child in publicAttributes -%}
| {% if existsIn(child, "type") %}{{child.type}} {% endif -%}
| **[{{child.name}}]({{child.url}})** {% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
{% endfor %}
{% endif -%}
{%- if exists("defines") %}## Defines

| | Name |
Expand Down