Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Sep 19, 2019
1 parent 5ed1f03 commit 5a1f42f
Show file tree
Hide file tree
Showing 32 changed files with 1,286 additions and 969 deletions.
Binary file modified docs/images/composed_devices.pdf
Binary file not shown.
8 changes: 5 additions & 3 deletions docs/images/composite_device_hierarchy.dot
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
digraph classes {
graph [rankdir=RL];
node [shape=rect, style=filled, fontname=Arial, fontsize=10];
node [shape=rect, style=filled, fontname=Sans, fontsize=10];
edge [];

/* Mixin classes */
node [color="#c69ee0", fontcolor="#000000"]



/* Abstract classes */
node [color="#9ec6e0", fontcolor="#000000"]

Expand All @@ -22,7 +24,7 @@ digraph classes {
CompositeDevice->Device;
CompositeOutputDevice->CompositeDevice;
Energenie->Device;
FishDish->TrafficLightsBuzzer;
FishDish->CompositeOutputDevice;
JamHat->CompositeOutputDevice;
LEDBarGraph->LEDCollection;
LEDBoard->LEDCollection;
Expand All @@ -41,7 +43,7 @@ digraph classes {
StatusBoard->CompositeOutputDevice;
StatusZero->LEDBoard;
TonalBuzzer->CompositeDevice;
TrafficHat->TrafficLightsBuzzer;
TrafficHat->CompositeOutputDevice;
TrafficLights->LEDBoard;
TrafficLightsBuzzer->CompositeOutputDevice;
}
Binary file modified docs/images/composite_device_hierarchy.pdf
Binary file not shown.
Binary file modified docs/images/composite_device_hierarchy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
407 changes: 231 additions & 176 deletions docs/images/composite_device_hierarchy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/images/device_hierarchy.dot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
digraph classes {
graph [rankdir=RL];
node [shape=rect, style=filled, fontname=Arial, fontsize=10];
node [shape=rect, style=filled, fontname=Sans, fontsize=10];
edge [];

/* Mixin classes */
Expand Down Expand Up @@ -53,7 +53,7 @@ digraph classes {
DistanceSensor->SmoothedInputDevice;
Energenie->Device;
Energenie->SourceMixin;
FishDish->TrafficLightsBuzzer;
FishDish->CompositeOutputDevice;
GPIODevice->Device;
HoldMixin->EventsMixin;
InputDevice->GPIODevice;
Expand Down Expand Up @@ -121,7 +121,7 @@ digraph classes {
TimeOfDay->InternalDevice;
TonalBuzzer->CompositeDevice;
TonalBuzzer->SourceMixin;
TrafficHat->TrafficLightsBuzzer;
TrafficHat->CompositeOutputDevice;
TrafficLights->LEDBoard;
TrafficLightsBuzzer->CompositeOutputDevice;
}
Binary file modified docs/images/device_hierarchy.pdf
Binary file not shown.
Binary file modified docs/images/device_hierarchy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,207 changes: 688 additions & 519 deletions docs/images/device_hierarchy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/distance_sensor_bb.pdf
Binary file not shown.
Binary file modified docs/images/distance_sensor_bb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/images/input_device_hierarchy.dot
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
digraph classes {
graph [rankdir=RL];
node [shape=rect, style=filled, fontname=Arial, fontsize=10];
node [shape=rect, style=filled, fontname=Sans, fontsize=10];
edge [];

/* Mixin classes */
node [color="#c69ee0", fontcolor="#000000"]



/* Abstract classes */
node [color="#9ec6e0", fontcolor="#000000"]

Expand Down
Binary file modified docs/images/input_device_hierarchy.pdf
Binary file not shown.
Binary file modified docs/images/input_device_hierarchy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
127 changes: 72 additions & 55 deletions docs/images/input_device_hierarchy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/led_bb.pdf
Binary file not shown.
Binary file modified docs/images/light_sensor_bb.pdf
Binary file not shown.
Binary file modified docs/images/light_sensor_bb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/motion_sensor_bb.pdf
Binary file not shown.
Binary file modified docs/images/motion_sensor_bb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/images/output_device_hierarchy.dot
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
digraph classes {
graph [rankdir=RL];
node [shape=rect, style=filled, fontname=Arial, fontsize=10];
node [shape=rect, style=filled, fontname=Sans, fontsize=10];
edge [];

/* Mixin classes */
node [color="#c69ee0", fontcolor="#000000"]



/* Abstract classes */
node [color="#9ec6e0", fontcolor="#000000"]

Expand Down
Binary file modified docs/images/output_device_hierarchy.pdf
Binary file not shown.
Binary file modified docs/images/output_device_hierarchy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a1f42f

Please sign in to comment.