Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.eclipse.app4mc.tools.simulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
APP4MC
org.eclipse.app4mc.tools.simulation
Graph
v1_2_0
Select Git revision
Branches
3
develop
feature/runtime-validations
main
default
protected
Tags
3
APP4MC_v2.0.0
APP4MC_v1.2.0
v1_2_0
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
11
Oct
9
7
5
2
1
25
Sep
16
15
14
8
7
6
30
Aug
26
25
24
23
4
3
2
1
28
Jul
27
25
22
20
18
11
9
29
Jun
23
7
3
2
31
May
24
20
18
10
28
Mar
14
10
7
3
1
18
Feb
17
16
15
14
4
3
1
31
Jan
21
20
15
13
4
11
Dec
10
9
7
3
2
30
Nov
29
26
25
24
23
18
17
16
Sep
13
6
2
18
Aug
17
16
13
10
6
5
4
2
29
Jul
28
29
28
23
20
19
16
5
20
May
18
10
7
6
5
29
Apr
28
26
23
22
21
20
16
15
13
9
2
1
30
Mar
16
13
12
11
9
3
11
Feb
10
20
Jan
11
Dec
23
Nov
12
15
Oct
14
22
Sep
21
20
26
Jun
25
24
23
May
22
19
18
15
14
13
4
30
Apr
23
1
20
Mar
19
18
4
Feb
31
Jan
22
13
9
20
Dec
6
5
use public API's Connection class to define access paths
added static lib to conan package info
updated public header set
removed Common.cpp from build
added sstream include (previously via Common.h)
extracted callback&manager from Common.h
removed unused include
removed non-API include
adapted to changes in HwAccessElement
use explicit class Memory, instead of template
use plain string to create the desired tracer
removed unused include
exchanged polymorphic value member with shared ptr, some restructuring
created collective headers for each submodel
added pragma once
updated stimuli after API/base class change
added conditions handling to stimuli API
updated interprocess trigger, due to wrapped stimulus
wrapped interprocess trigger
updated examples after wrapping StimuliModel classes
wrapped EventStimulus
wrapped periodic stimuli, moved subkinds to separate files
wrapped SingleStimulus
clarified API, task/stimulus allocation done via Stimulus, made Task::addStimulus private (accessible through friend Stimulus), added StimulusApi.h
included Common.h
reorganized Stimuli.h contents into seperate files
updated error msg
use const ref for 1st parameter of AbstractMemoryElement ctor
removed unused include
use const reference in ProcessEvent ctor
removed unused include
replaced sc_time with Time, removed unused member, adapted ChannelRead/Write
adapt to deleted getter
switched from systemC types to internal types
moved event operations to SoftwareModel, some refactoring
updated examples after revision of OsModel
switched Semaphore-> SemaphoreImpl
wrapped Semaphore
use constexpr
wrapped RandomScheduler
Loading