Rik's Treehouse > Babbling in Binary > My Software > Orphanware > R2DToo > R2DToo Help > For the Programmer > doSimRun

doSimRun

Declaration
Remarks
Revisions
Example
See Also

Declaration

void __stdcall doSimPause(void);
Top of page

Remarks

This function is available through the API. It lets the model programmatically start the simulation, as if the user pressed the Run button.
Top of page

Revisions

API v1.6
  • new!
Top of page

Example

//--------------------------------------------------------------------------- void __stdcall onSimReady(void) { doSimRun(); // start running immediately (don't wait for user to press Run button) } //---------------------------------------------------------------------------
Top of page

See Also

doSimPause, onSimReady.
Top of page
[Rik's Office Hours] [Contact Rik]
Last updated: Fri Apr 30 2004, 2:36pm