9 lines
234 B
Markdown
9 lines
234 B
Markdown
Extract all structs & enums as Typescript file
|
|
|
|
Structs : in capital, prefix by context, eg: Modbus = MB_
|
|
Enums : in capital, prefix with E_
|
|
Types: in capital, prefix with T_
|
|
|
|
- Group by application (RTU / TCP)
|
|
- add comments
|