Changeset 112:58892a32a039 in xplra for test/multigetctest.c


Ignore:
Timestamp:
12/23/22 09:10:52 (3 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The test programs can be parameterized to connect over TCP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/multigetctest.c

    r41 r112  
    3030
    3131#include <hu/varadiistvan/xplra/xplra.h>
     32
     33#include "ccommon.h"
    3234
    3335#include <stdlib.h>
     
    141143
    142144    printf("Connecting to X-Plane...\n");
    143     connectionID = xplra_connect();
     145    connectionID = connect_xplane(argc, argv);
    144146    if (connectionID>=0) {
    145147        printf("Connected to X-Plane.\n\n");
Note: See TracChangeset for help on using the changeset viewer.