Changeset eb2413d3 for libcfa/src


Ignore:
Timestamp:
Aug 31, 2021, 1:49:09 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
b1eeb3aa
Parents:
e7e5b81
git-author:
Jacob Prud'homme <jafprudhomme@…> (07/13/21 12:43:30)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
Message:

Removed old config parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.hfa

    re7e5b81 reb2413d3  
    11#pragma once
    2 
    3 struct ConfigParms {
    4         unsigned int stopCost;                                                          // amount to charge per train stop
    5         unsigned int numStudents;                                                       // number of students to create
    6         unsigned int numStops;                                                          // number of train stops; minimum of 2
    7         unsigned int maxNumStudents;                                            // maximum students each train can carry
    8         unsigned int timerDelay;                                                        // length of time between each tick of the timer
    9         unsigned int maxStudentDelay;                                           // maximum random student delay between trips
    10         unsigned int maxStudentTrips;                                           // maximum number of train trips each student takes
    11         unsigned int groupoffDelay;                                                     // length of time between initializing gift cards
    12         unsigned int conductorDelay;                                            // length of time between checking on passenger POPs
    13         unsigned int parentalDelay;                                                     // length of time between cash deposits
    14         unsigned int numCouriers;                                                       // number of WATCard office couriers in the pool
    15 }; // ConfigParms
    162
    173struct config_entry {
Note: See TracChangeset for help on using the changeset viewer.