Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabProcesses.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Heyden
LabProcesses.jl
Commits
0dc7086c
"compiler/2014/LabComm.ast" did not exist on "59a4985519ce3100226928f163b7d5e3497a3591"
Commit
0dc7086c
authored
7 years ago
by
Fredrik Bagge Carlson
Browse files
Options
Downloads
Patches
Plain Diff
Include documentation
parent
839bfdaa
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/LabProcesses.jl
+1
-0
1 addition, 0 deletions
src/LabProcesses.jl
src/interface_documentation.jl
+3
-3
3 additions, 3 deletions
src/interface_documentation.jl
with
4 additions
and
3 deletions
src/LabProcesses.jl
+
1
−
0
View file @
0dc7086c
...
...
@@ -3,6 +3,7 @@ module LabProcesses
using
ControlSystems
include
(
"interface.jl"
)
include
(
"interface_documentation.jl"
)
include
(
"interface_implementations/ballandbeam.jl"
)
include
(
"utilities.jl"
)
...
...
This diff is collapsed.
Click to expand it.
src/interface_documentation.jl
+
3
−
3
View file @
0dc7086c
...
...
@@ -7,13 +7,13 @@ Base abstract type for all lab processes. This should not be inherited from dire
AbstractProcess
"""
PhysicalProcess
PhysicalProcess
<: AbstractProcess
Pysical processes should inherit from this abstract type.
"""
PhysicalProcess
"""
SimulatedProcess
SimulatedProcess
<: AbstractProcess
Simulated processes should inherit from this abstract type.
"""
SimulatedProcess
...
...
@@ -38,7 +38,7 @@ tuples, `length(range) = num_outputs(P), eltype(range) = Tuple(Real, Real)`
outputrange
"""
inputrange(P::AbstractProcess)
range =
inputrange(P::AbstractProcess)
Return the range of inputs (control signals) of the process. `range` is a vector of
tuples, `length(range) = num_inputs(P), eltype(range) = Tuple(Real, Real)`
"""
...
...
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