- Timestamp:
- 11/04/2017 11:49:25 AM (8 years ago)
- Location:
- branches/FEPSimulator
- Files:
-
- 3 edited
-
FEPSim.cpp (modified) (1 diff)
-
FEPSim.h (modified) (2 diffs)
-
buildLinuxVM (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/FEPSim.cpp
r219 r221 7 7 this->FEP_REV = FEP_REV; 8 8 this->SOCK_PORT = SOCK_PORT; 9 9 this->FEPLogFileName = "FEPSimLog.txt"; 10 10 // clear log file 11 11 FEPLogFile.open(FEPLogFileName, ios::trunc); -
branches/FEPSimulator/FEPSim.h
r217 r221 45 45 46 46 const int BUFF_SIZE = 1266341; 47 const string FEPLogFileName = "FEPSimLog.txt";48 47 static ofstream FEPLogFile; 49 48 … … 87 86 int FEP_REV; 88 87 int SOCK_PORT; 88 char * FEPLogFileName; 89 89 90 90 /** -
branches/FEPSimulator/buildLinuxVM
r216 r221 1 1 #!/bin/bash 2 2 3 g++ *.c *.cpp -o FEPSimulatorExec3 g++ -Wno-write-strings *.c *.cpp -o FEPSimulatorExec
Note: See TracChangeset
for help on using the changeset viewer.
