Skip to content

Commit

Permalink
Add icons to some of the components
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Feb 24, 2018
1 parent a2a3115 commit e38f0ec
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/Count.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: Count
description: "Count upwards from 0, with step 1"
icon: "sort-numeric-asc"
inports:
in:
type: bang
Expand Down
1 change: 1 addition & 0 deletions components/Forward.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: Forward
description: Forward a packet from input to output
icon: "forward"
inports:
in:
type: all
Expand Down
1 change: 1 addition & 0 deletions components/ForwardIf.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: ForwardIf
description: "Forward a packet only if it contains a Boolean 'true' value."
icon: "forward"
inports:
in:
type: all
Expand Down
1 change: 1 addition & 0 deletions components/HoldPacket.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: HoldPacket
description: Hold and send latest packet
icon: "mail-forward"
inports:
data:
type: all
Expand Down
1 change: 1 addition & 0 deletions components/Route.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: Route
description: "Pass packets to @out from input port number @port"
icon: "code-fork"
inports:
port:
type: integer
Expand Down
1 change: 1 addition & 0 deletions components/Split.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: Split
description: Emit incoming packets on all output ports
icon: "expand"
inports:
in:
type: all
Expand Down
1 change: 1 addition & 0 deletions components/Timer.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: Timer
description: "Emit a packet every @interval milliseconds"
icon: "clock-o"
inports:
interval:
type: integer
Expand Down
1 change: 1 addition & 0 deletions components/ToggleBoolean.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: ToggleBoolean
description: Invert output packet everytime an input packet arrives. First output will be false
icon: "check-square-o"
inports:
in:
type: bang
Expand Down

0 comments on commit e38f0ec

Please sign in to comment.