You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yakind...@googlegroups.com
Hello,
I am currently developing system where main logic is generated by Yakindu. Unfortunately I need to use int64 values, send them to yakindu and use. Is it somehowe possible to easy change geneareted sc_types.h to make sc_integer to be int64_t? I know that i can manually modify this after every code generation but it is very uncomfortable way.
Markus Mühlbrandt
unread,
Apr 25, 2014, 4:05:31 AM4/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yakind...@googlegroups.com
Hello Pawel,
a solution for this case is adressed in current development and it will be added in the next release of the Statechart Tools. In the next release the generator only creates a new sc_types.h if there is none existing. Thus, your modifications of sc_types.h will remain.
Best regards,
Markus
pawel...@rainlabs.pl
unread,
Apr 25, 2014, 6:48:18 AM4/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yakind...@googlegroups.com
Hello, Thx for your information. It's great that it will be fixed in next release. Unfortunatelly I need some solution right now. When do you plan next release?