Archived
Template
1
0

rename generator

This commit is contained in:
Rémi Heredero 2023-07-14 00:04:27 +02:00
parent 8a47647fdd
commit 92bed31368
2 changed files with 3 additions and 4 deletions

View File

@ -36,10 +36,10 @@ Here is the femto XF framework. No modification is needed.
### Generator
You can generate a class for state machine with the following command:
```bash
python3 ./generator/XFTGenerator.py
python3 ./XFTGenerator/XFTGenerator.py
```
You can find the generated class in the folder `generator/out/`.
For more details about generator, see the README.md in the folder `generator/`.
You can find the generated class in the folder `XFTGenerator/out/`.
For more details about generator, see the README.md in the folder `XFTGenerator/`.
### How it works
The architecture is based around the method `processEvent()`.

@ -1 +0,0 @@
Subproject commit 6ddda2930030db6bd45a81e1547a4ac9a88d90af