Diff of /Tags/The -Command- Pattern/README.md [000000] .. [r1]  Maximize  Restore

Switch to unified view

a b/Tags/The -Command- Pattern/README.md
1
2
3
The 'Command' Pattern, converted from TwinCAT3 to CODESYS 3
4
5
Original Poster: Stephen Henneken
6
7
https://stefanhenneken.wordpress.com/2016/12/07/iec-61131-3-the-command-pattern/
8
9
In object-oriented programming, the command pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigger an event at a later time. This information includes the method name, the object that owns the method and values for the method parameters.