Skip to content

bmw score::time pitch#6

Merged
FScholPer merged 11 commits intoeclipse-score:mainfrom
lavrovvalera:vala_time_pitch
Mar 12, 2026
Merged

bmw score::time pitch#6
FScholPer merged 11 commits intoeclipse-score:mainfrom
lavrovvalera:vala_time_pitch

Conversation

@lavrovvalera
Copy link
Copy Markdown
Contributor

@lavrovvalera lavrovvalera commented Feb 5, 2026

Introduces the TimeDaemon architecture - a non-AUTOSAR process for synchronized vehicle time distribution supporting multiple time bases (PTP and absolute time).

The generated doc is available here: https://eclipse-score.github.io/inc_time/pr-6

The code coverage:

image

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 5, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
2026/03/12 12:31:58 Downloading https://releases.bazel.build/8.3.0/release/bazel-8.3.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 14f20722-5747-4368-a64c-8d4dae2cc998
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'aspect_rules_lint', the root module requires module version aspect_rules_lint@1.5.3, but got aspect_rules_lint@2.0.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 2 packages loaded
Loading: 2 packages loaded
    currently loading: 
Loading: 2 packages loaded
    currently loading: 
Loading: 2 packages loaded
    currently loading: 
Loading: 2 packages loaded
    currently loading: 
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)

Analyzing: target //:license-check (30 packages loaded, 9 targets configured)

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

Analyzing: target //:license-check (88 packages loaded, 9 targets configured)

Analyzing: target //:license-check (91 packages loaded, 9 targets configured)

Analyzing: target //:license-check (144 packages loaded, 2029 targets configured)

Analyzing: target //:license-check (157 packages loaded, 5574 targets configured)

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

Analyzing: target //:license-check (169 packages loaded, 8049 targets configured)

Analyzing: target //:license-check (169 packages loaded, 8049 targets configured)

Analyzing: target //:license-check (169 packages loaded, 8049 targets configured)

Analyzing: target //:license-check (172 packages loaded, 9937 targets configured)

Analyzing: target //:license-check (172 packages loaded, 9937 targets configured)

Analyzing: target //:license-check (172 packages loaded, 9937 targets configured)

Analyzing: target //:license-check (172 packages loaded, 9937 targets configured)

Analyzing: target //:license-check (173 packages loaded, 10058 targets configured)

INFO: Analyzed target //:license-check (174 packages loaded, 10184 targets configured).
[9 / 16] checking cached actions
[11 / 16] [Prepa] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes
[13 / 16] Generating Dash formatted dependency file ...; 0s disk-cache
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[14 / 16] checking cached actions
[14 / 16] [Prepa] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar
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: 42.273s, Critical Path: 2.31s
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

github-actions bot commented Feb 5, 2026

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

@lavrovvalera lavrovvalera changed the title bmw score::time arch concept bmw score::time pitch Mar 2, 2026
@jaakkomaho
Copy link
Copy Markdown

Please do not specify custom shared memory based IPC communication. Please use mw::com instead. This makes the features more portable also in the hypervisor environment.

@lavrovvalera lavrovvalera force-pushed the vala_time_pitch branch 4 times, most recently from d0e40ca to 53f89f6 Compare March 9, 2026 10:56
@lavrovvalera lavrovvalera force-pushed the vala_time_pitch branch 2 times, most recently from 33c487e to 14dd559 Compare March 9, 2026 15:06
MODULE.bazel Outdated
name = "cpp_rust_template_repository",
version = "1.0",
name = "score_time",
version = "0.0.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use 0.0.0

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should centralize that into https://github.com/eclipse-score/score_cpp_policies

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, but it is empty now
I created the issue to fix it. we can jump on it, when it will be available
eclipse-score/score#2678

# Benchmark HighPrecisionLocalSteadyClock

## Purpose
This module benchmarks HighPrecisionLocalSteadyClock performance on IPNext hardware directly.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IPNext hardware??

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CLeaned up

@lavrovvalera
Copy link
Copy Markdown
Contributor Author

Please do not specify custom shared memory based IPC communication. Please use mw::com instead. This makes the features more portable also in the hypervisor environment.

The mw::com implementation is added as target one

@FScholPer FScholPer merged commit c8b78d7 into eclipse-score:main Mar 12, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants