Skip to content

Commit

Permalink
Ran docs to rebuild hierarchy charts
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Mar 14, 2021
1 parent 1cdd5aa commit 9155d40
Show file tree
Hide file tree
Showing 16 changed files with 562 additions and 519 deletions.
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.
11 changes: 6 additions & 5 deletions docs/images/device_hierarchy.dot
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ digraph classes {
ButtonBoard->CompositeDevice;
ButtonBoard->HoldMixin;
Buzzer->DigitalOutputDevice;
CPUTemperature->InternalDevice;
CPUTemperature->PolledInternalDevice;
CamJamKitRobot->Robot;
CompositeDevice->Device;
CompositeOutputDevice->CompositeDevice;
Expand All @@ -49,7 +49,7 @@ digraph classes {
DigitalInputDevice->EventsMixin;
DigitalInputDevice->InputDevice;
DigitalOutputDevice->OutputDevice;
DiskUsage->InternalDevice;
DiskUsage->PolledInternalDevice;
DistanceSensor->SmoothedInputDevice;
Energenie->Device;
Energenie->SourceMixin;
Expand All @@ -69,7 +69,7 @@ digraph classes {
LedBorg->RGBLED;
LightSensor->SmoothedInputDevice;
LineSensor->SmoothedInputDevice;
LoadAverage->InternalDevice;
LoadAverage->PolledInternalDevice;
MCP3001->MCP30xx;
MCP3002->MCP30xx;
MCP3002->MCP3xx2;
Expand Down Expand Up @@ -105,7 +105,8 @@ digraph classes {
PiStop->TrafficLights;
PiTraffic->TrafficLights;
Pibrella->CompositeOutputDevice;
PingServer->InternalDevice;
PingServer->PolledInternalDevice;
PolledInternalDevice->InternalDevice;
PololuDRV8835Robot->PhaseEnableRobot;
PumpkinPi->LEDBoard;
RGBLED->Device;
Expand All @@ -123,7 +124,7 @@ digraph classes {
SnowPi->LEDBoard;
StatusBoard->CompositeOutputDevice;
StatusZero->LEDBoard;
TimeOfDay->InternalDevice;
TimeOfDay->PolledInternalDevice;
TonalBuzzer->CompositeDevice;
TonalBuzzer->SourceMixin;
TrafficHat->CompositeOutputDevice;
Expand Down
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.
920 changes: 466 additions & 454 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/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.
21 changes: 13 additions & 8 deletions docs/images/internal_device_hierarchy.dot
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
/* vim: set et sw=4 sts=4: */

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"]

Device;
InternalDevice;

/* Concrete classes */
node [color="#2980b9", fontcolor="#ffffff"];

CPUTemperature->PolledInternalDevice;
DiskUsage->PolledInternalDevice;
InternalDevice->Device;
TimeOfDay->InternalDevice;
PingServer->InternalDevice;
CPUTemperature->InternalDevice;
LoadAverage->InternalDevice;
DiskUsage->InternalDevice;
LoadAverage->PolledInternalDevice;
PingServer->PolledInternalDevice;
PolledInternalDevice->InternalDevice;
TimeOfDay->PolledInternalDevice;
}
Binary file modified docs/images/internal_device_hierarchy.pdf
Binary file not shown.
Binary file modified docs/images/internal_device_hierarchy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 77 additions & 52 deletions docs/images/internal_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/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.
Binary file modified docs/images/spi_device_hierarchy.pdf
Binary file not shown.
Binary file modified docs/images/spi_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 9155d40

Please sign in to comment.