12.07.2015 Views

Developement Of An Instrument Landing Simulation ... - Cal Poly

Developement Of An Instrument Landing Simulation ... - Cal Poly

Developement Of An Instrument Landing Simulation ... - Cal Poly

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

#include #include #include #include "modhostdata.h" /* External host control data */#include "slave.h" /* Slave side stuff */#define SERVER "129.65.180.41" //Spiegel's IP Address#define Service_Port 5001#define BUFSIZE 56//Pipe-Line Port//Size of the struct we're sending#define NUM_VEHICLES 2/* Global */struct Host_data host_data; /* Data from the master *//* Global through this module only */static GV_Obi vobi[NUM_VEHICLES];static struct sockaddr_in remote;static char * buf;static int bufsize;static int len=0;static SOCKET socket_num;105

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!