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
1dbc5b87
Commit
1dbc5b87
authored
Aug 20, 2017
by
Fredrik Bagge Carlson
Browse files
Fix typo
parent
6eee99e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/interface.jl
View file @
1dbc5b87
export
AbstractProcess
,
Phy
c
icalProcess
,
SimulatedProcess
export
AbstractProcess
,
Phy
s
icalProcess
,
SimulatedProcess
export
num_outputs
,
export
num_outputs
,
num_inputs
,
num_inputs
,
outputrange
,
outputrange
,
...
@@ -10,7 +10,7 @@ export num_outputs,
...
@@ -10,7 +10,7 @@ export num_outputs,
# Interface specification ===================================================================
# Interface specification ===================================================================
abstract type
AbstractProcess
end
abstract type
AbstractProcess
end
abstract type
Phy
c
icalProcess
<:
AbstractProcess
end
abstract type
Phy
s
icalProcess
<:
AbstractProcess
end
abstract type
SimulatedProcess
<:
AbstractProcess
end
abstract type
SimulatedProcess
<:
AbstractProcess
end
num_outputs
(
p
::
AbstractProcess
)
=
error
(
"Function not implemented for
$
(typeof(p))"
)
num_outputs
(
p
::
AbstractProcess
)
=
error
(
"Function not implemented for
$
(typeof(p))"
)
...
...
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