Skip to content

Support Reporting Running State and Alive Notifications for applications written in C#270

Merged
NicolasFussberger merged 4 commits into
eclipse-score:mainfrom
etas-contrib:feature/support-c-apps
Jul 2, 2026
Merged

Support Reporting Running State and Alive Notifications for applications written in C#270
NicolasFussberger merged 4 commits into
eclipse-score:mainfrom
etas-contrib:feature/support-c-apps

Conversation

@NicolasFussberger

@NicolasFussberger NicolasFussberger commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Previously, the C-prototypes were removed as they were not necessary for C++/rust interaction (rust code has their own function prototypes).

However, this also removed the support for applications written in C, which we otherwise get for free.

This PR adds back the function prototypes and adds an example application written in C that invokes the functions for reporting Running state and Alive Notifications.

@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 285491bf-e928-48d0-b130-00ae04d58aaa
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'score_crates', the root module requires module version score_crates@0.0.9, but got score_crates@0.0.10 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (31 packages loaded, 10 targets configured)

Analyzing: target //:license-check (83 packages loaded, 10 targets configured)

Analyzing: target //:license-check (101 packages loaded, 37 targets configured)

Analyzing: target //:license-check (142 packages loaded, 2737 targets configured)

Analyzing: target //:license-check (150 packages loaded, 5414 targets configured)

Analyzing: target //:license-check (155 packages loaded, 5463 targets configured)

Analyzing: target //:license-check (155 packages loaded, 5463 targets configured)

Analyzing: target //:license-check (158 packages loaded, 7350 targets configured)

Analyzing: target //:license-check (158 packages loaded, 7350 targets configured)

Analyzing: target //:license-check (158 packages loaded, 7350 targets configured)

Analyzing: target //:license-check (161 packages loaded, 10149 targets configured)

Analyzing: target //:license-check (162 packages loaded, 10157 targets configured)

Analyzing: target //:license-check (162 packages loaded, 10157 targets configured)

Analyzing: target //:license-check (162 packages loaded, 10157 targets configured)

Analyzing: target //:license-check (162 packages loaded, 10157 targets configured)

INFO: Analyzed target //:license-check (163 packages loaded, 10283 targets configured).
[13 / 16] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox
[14 / 16] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 29.250s, Critical Path: 2.40s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions

Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

Comment thread score/launch_manager/src/alive/src/alive.cpp
Comment thread score/launch_manager/src/alive/src/alive.cpp
Comment thread score/launch_manager/src/alive/src/alive.h Outdated
Comment thread score/launch_manager/src/alive/src/alive.h Outdated
Comment thread score/launch_manager/src/lifecycle_client/src/report_running.h Outdated
@NicolasFussberger NicolasFussberger self-assigned this Jul 2, 2026
@NicolasFussberger NicolasFussberger merged commit 42ca773 into eclipse-score:main Jul 2, 2026
21 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in LCM - Lifecycle & Health FT Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants