Main Menu

Support Tools

Started by vongcohay25, March 16, 2025, 09:28:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vongcohay25

I want to code a tool to import Activitive assignments into a fet file, but I don't know the structure of the fet file because manual import takes a long time.

Liviu Lalescu

Hello,

The structure of the fet file is a simple enough XML structured data (text). You have 4 examples containing all the possible constraints for each mode in fet-7.0.8/translations, or you can see the read data function in rules.cpp, function read(...), or the writing of the data function in the fet-7.0.8/engine directory of the sources, activity.cpp, timeconstraint.cpp, etc.