Skip to content

Commit

Permalink
add class diagram to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Mar 1, 2024
1 parent 1fcb099 commit 9f87a88
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ Classes for PlcOpen support
classDiagram
ExecuteCommand <|-- Command
Command <|-- itfCommand
class itfCommand
class itfCommand{
+ Busy() BOOL
+ Done() BOOL
+ CommandAborted() BOOL
+ Error() BOOL
+ ErrorID() WORD
}
```

### itfCommand
Expand Down

0 comments on commit 9f87a88

Please sign in to comment.