1
0
Fork 0

use slide images from git tree

This commit is contained in:
Kevin Matz 2021-08-26 12:00:45 -04:00
parent 53602709fa
commit 381d5fe4f9
1 changed files with 10 additions and 5 deletions

View File

@ -3,7 +3,9 @@
A collection of C++ libraries for Lighting Control Protocols, focusing on ESTA
sponsored ANSI standards.
![ESTA Protocols Block Diagram](http://company235.com/img/establockdiagram.png)
<img alt="ESTA Protocols Block Diagram"
src="https://git.company235.com/official/OpenLCP/raw/branch/master/docs/establockdiagram.png"
width="80%">
## Object Architecture
@ -15,8 +17,9 @@ meaningful ways, without needing to know or understand the underlying protocols.
Control objects are structured thusly;
![Architecture Flowchart](http://company235.com/img/classdiagram.png)
<img alt="Architecture Flowchart"
src="https://git.company235.com/official/OpenLCP/raw/branch/master/docs/classdiagram.png"
width="100%">
### Data
@ -29,8 +32,10 @@ structure and concept, the `PDU` in `RDMnet` do not inherit directly from the
`PDU` in `ACN`, and the `PDU` in `OTP` are notably simpler, as data segments
may not be inherited from sibling `PDU` in the data.
![PDU Hierarch Flowchart](http://company235.com/img/pduflowchart.png)
<img alt="PDU Hierarch Flowchart"
src="https://git.company235.com/official/OpenLCP/raw/branch/master/docs/pduflowchart.png"
width="90%">
## Supported Standards