Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Heyden
LabProcesses.jl
Commits
0dc7086c
Commit
0dc7086c
authored
Aug 20, 2017
by
Fredrik Bagge Carlson
Browse files
Include documentation
parent
839bfdaa
Changes
2
Show whitespace changes
Inline
Side-by-side
src/LabProcesses.jl
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"
)
...
...
src/interface_documentation.jl
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)`
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment