rename generator
This commit is contained in:
parent
8a47647fdd
commit
92bed31368
@ -36,10 +36,10 @@ Here is the femto XF framework. No modification is needed.
|
|||||||
### Generator
|
### Generator
|
||||||
You can generate a class for state machine with the following command:
|
You can generate a class for state machine with the following command:
|
||||||
```bash
|
```bash
|
||||||
python3 ./generator/XFTGenerator.py
|
python3 ./XFTGenerator/XFTGenerator.py
|
||||||
```
|
```
|
||||||
You can find the generated class in the folder `generator/out/`.
|
You can find the generated class in the folder `XFTGenerator/out/`.
|
||||||
For more details about generator, see the README.md in the folder `generator/`.
|
For more details about generator, see the README.md in the folder `XFTGenerator/`.
|
||||||
|
|
||||||
### How it works
|
### How it works
|
||||||
The architecture is based around the method `processEvent()`.
|
The architecture is based around the method `processEvent()`.
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 6ddda2930030db6bd45a81e1547a4ac9a88d90af
|
|
Reference in New Issue
Block a user