User Activity

  • Posted a comment on discussion Developers on SMC - The State Machine Compiler

    Any plans to fix the "access" keyword support in C#?

  • Posted a comment on discussion Developers on SMC - The State Machine Compiler

    I'm using the sync option with C# like so: java -jar $(ProjectDir)\Managers\Smc.jar -csharp -sync $(ProjectDir)\Managers\Manager.sm The sync option is for thread safety (see FAQ). It's implemented with a Lock(this). This is fine, except it might be nice to be able to read the state from another thread OR know that the statemachine is in a transition. I could remove the -sync option and handle thread safefy myself. I could "lock" the setting of state, but allow anyone to read state. OR, I could keep...

  • Posted a comment on discussion Developers on SMC - The State Machine Compiler

    Hi, I'm using version 6.6.3 and giving the command: java -jar Smc.jar -csharp -access public MyStateMachine.sm to which I receive: smc: C# does not support -access The docs claim that it is supported: "The %access keyword is used to specify the generated class' accessibility level (this works only when generating Java and C# code)." As far as I can tell, it's been supported since 6.6.0 (at least) I've verified it works in JAVA. (replace -csharp with -java above) Can someone let me know what is going...

View All

Personal Data

Username:
bibsoconner
Joined:
2018-01-30 18:00:13

Projects

  • No projects to display.

Personal Tools