Welcome to Moddy Discrete Event Simulator’s documentation!¶
Note
Please find installation instructions under Installation!
Contents:
- Introduction
- Quick Start
- Detailed User Guide
- Tutorials
- API Reference
- Installation
- Developer Guide
- Porting from Moddy 1 to 2
- No wildcard import
- Rename all parameters to moddy APIs to snake_case
- Rename all moddy methods to names to snake_case
- Rename changed/moved moddy methods
- Rename constants
- Rename your message and timer callbacks
- Rename to new class names
- Rename your ports (optional)
- Rename your state callbacks in FSMs
- Rename message and timer callbacks in SimFsmParts
- Rename your states in FSMs (optional)