Changeset 195 in tmcsimulator for branches/FEPSimulator/FEPSim.h


Ignore:
Timestamp:
10/30/2017 03:33:04 PM (9 years ago)
Author:
jtorres
Message:

FEPSim.h: changed buffer size. HighwaysParser?.cpp: began new condensed format parsing, not finished. atms_driver_config_local.properties: changed properties file for new highways_fullmap.txt. Highways.java: comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/FEPSim.h

    r182 r195  
    3636#include <stdlib.h> 
    3737#include "time.h" 
    38 #include "NetworkReader.h" 
     38#include "HighwaysParser.h" 
    3939#include <netdb.h> 
    4040#include <sys/types.h>  
     
    4343#include <unistd.h> 
    4444 
    45 const int BUFF_SIZE = 5500000; 
     45// const int BUFF_SIZE = 5500000; // where it was 
     46// const int BUFF_SIZE = 11522291; // what it couldnt be :) 
     47const int BUFF_SIZE = 950401; // where it is now :)  
    4648 
    4749class FEPSim { 
Note: See TracChangeset for help on using the changeset viewer.