Changeset 217 in tmcsimulator for branches/FEPSimulator/FEPSim.h
- Timestamp:
- 11/02/2017 10:53:38 PM (9 years ago)
- File:
-
- 1 edited
-
branches/FEPSimulator/FEPSim.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/FEPSim.h
r214 r217 33 33 #include "fep.h" 34 34 #include <iostream> 35 #include <fstream> 35 36 #include <stdio.h> 36 37 #include <stdlib.h> … … 44 45 45 46 const int BUFF_SIZE = 1266341; 46 47 const string FEPLogFileName = "FEPSimLog.txt"; 48 static ofstream FEPLogFile; 49 47 50 class FEPSim { 48 51 public: … … 84 87 int FEP_REV; 85 88 int SOCK_PORT; 86 89 87 90 /** 88 91 * Handler for the ATMS RPC Response (to the client RPC Call) … … 102 105 */ 103 106 void sendReplys(char * xml); 104 107 105 108 }; 106 109
Note: See TracChangeset
for help on using the changeset viewer.
