I apologize if this has been covered elsewhere, but I don't see it mentioned in the release notes or changelog...
Releases of SMC up through 6.6.3 included docs, examples, lib, etc. directories in the download package. 7.x.x releases appear to only include Smc.jar (the readmes in 7.0.0 and 7.0.2 releases still contain a directory layout explanation, and state "The latest SMC version is 6.0.0.").
When setting up SMC 7.x.x with a new project, where does the statemap.h file come from when generating C code? I tried running the 7.1.0 Smc.jar to see if the lib/statemap.h is now generated alongside the state machine .c/.h file pair; it isn't.
Thanks,
Dave
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I apologize if this has been covered elsewhere, but I don't see it mentioned in the release notes or changelog...
Releases of SMC up through 6.6.3 included docs, examples, lib, etc. directories in the download package. 7.x.x releases appear to only include Smc.jar (the readmes in 7.0.0 and 7.0.2 releases still contain a directory layout explanation, and state "The latest SMC version is 6.0.0.").
When setting up SMC 7.x.x with a new project, where does the statemap.h file come from when generating C code? I tried running the 7.1.0 Smc.jar to see if the lib/statemap.h is now generated alongside the state machine .c/.h file pair; it isn't.
Thanks,
Dave
Same thing here. Looks like 7.1.0 didn't include the whole package that 7.0.0 had, so I took statemap.h from 7.0.0 and used it.