Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ModeliChart ModeliFile
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
Container registry
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ModeliChart
ModeliChart ModeliFile
Commits
ceb6c6dc
Commit
ceb6c6dc
authored
Mar 24, 2018
by
Tim Übelhör
Browse files
Options
Downloads
Patches
Plain Diff
Step size is stored as double (like fmi standard). Guid renamed
parent
397bd375
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ProtoDefinitions/SimulationSettings.proto
+2
-2
2 additions, 2 deletions
ProtoDefinitions/SimulationSettings.proto
with
2 additions
and
2 deletions
ProtoDefinitions/SimulationSettings.proto
+
2
−
2
View file @
ceb6c6dc
...
@@ -14,7 +14,7 @@ message ProtoChannelLink {
...
@@ -14,7 +14,7 @@ message ProtoChannelLink {
// Instance of a fmu model. In the frontend a DataSource represents a FmuInstance.
// Instance of a fmu model. In the frontend a DataSource represents a FmuInstance.
message
ProtoFmuInstance
{
message
ProtoFmuInstance
{
string
instance_name
=
1
;
// Name of one concrete instance (from fmi2Instantiate)
string
instance_name
=
1
;
// Name of one concrete instance (from fmi2Instantiate)
string
model_
guid
=
2
;
// The guid of the model (from modelDescription.xml)
string
guid
=
2
;
// The guid of the model (from modelDescription.xml)
repeated
ProtoChannel
channels
=
3
;
repeated
ProtoChannel
channels
=
3
;
}
}
...
@@ -29,5 +29,5 @@ message ProtoSimulationSettings {
...
@@ -29,5 +29,5 @@ message ProtoSimulationSettings {
repeated
ProtoChannelLink
channel_links
=
1
;
repeated
ProtoChannelLink
channel_links
=
1
;
repeated
ProtoFmuInstance
fmu_instances
=
2
;
repeated
ProtoFmuInstance
fmu_instances
=
2
;
ProtoRemoteSettings
remote_settings
=
3
;
ProtoRemoteSettings
remote_settings
=
3
;
int64
step_size
_nanoseconds
=
4
;
// High precision, max ~ 100000 days ;)
double
step_size
=
4
;
// In seconds
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment