[SOLVED] Filesystem simulation

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] Filesystem simulation

    Quick question to which I could not find an answer: is there a hosted filesystem simulation in SES? I would like to execute a script that contains timed simulation stimuli where the script is stored on an RTT host.
  • Okay, I'll answer this myself :)

    In the SES debugger, you can actually read from files that will be opened on the host. Don't know if it'll work from oZone too, too lazy to try out.

    Note: the library does not contain freopen() and "stdin = fopen( ... )" did not really do the trick - no redirected stdin.