Changeset 89:69ba1a2b5897 in xplra for test/basicctest.c


Ignore:
Timestamp:
05/12/13 09:06:13 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added calls to save the current situation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/basicctest.c

    r60 r89  
    105105           xplaneVersion, xplmVersion, xplraVersion);
    106106
     107    printf("Saving the situation...\n");
     108    if (xplra_save_situation(connectionID, "output/situations/test.sit")<0) goto error;
     109    printf("Saved the situation\n\n");
     110
    107111    printf("Querying the number of the engines...\n");
    108112    if (xplra_get_int(&numEngines, connectionID,
Note: See TracChangeset for help on using the changeset viewer.