Changeset 112:58892a32a039 in xplra for test/multigettest.cc


Ignore:
Timestamp:
12/23/22 09:10:52 (17 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

The test programs can be parameterized to connect over TCP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/multigettest.cc

    r41 r112  
    3434#include <hu/varadiistvan/scpl/Thread.h>
    3535
     36#include "common.h"
     37
    3638#include <cstdio>
    3739#include <cstring>
     
    6163
    6264        printf("Connecting to X-Plane...\n");
    63         xplane.connect();
     65        connectXPlane(xplane, argc, argv);
    6466        printf("Connected to X-Plane.\n\n");
    6567
Note: See TracChangeset for help on using the changeset viewer.