source: tmcsimulator/branches/SimpleFEPclient/fep_client.h @ 136

Revision 136, 295 bytes checked in by jtorres, 9 years ago (diff)

branches/SimpleFEPclient/ checking in SimpleFEPclient work, not currently up to par. trunk/IDE_metadata/NetBeans/TMCSim/nbproject/configs/ConsoleDriver.properties added the original ConsoleDriver?.properties, may be unnecessary and can be removed, check with JD.

Line 
1#ifndef __FEPCLIENT_H_INCLUDED__
2#define __FEPCLIENT_H_INCLUDED__
3
4#include "fep.h"
5#include <stdio.h>
6#include <stdlib.h>
7#include <vector>
8#include "network.h"
9#include "DataPacker.h"
10
11class FEPClient
12{
13public:
14void fep_program_32(char *host);
15private:
16
17};
18
19#endif // __FEPCLIENT_H_INCLUDED__
Note: See TracBrowser for help on using the repository browser.