Changeset eb2413d3 for libcfa/src
- Timestamp:
- Aug 31, 2021, 1:49:09 AM (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.hfa
re7e5b81 reb2413d3 1 1 #pragma once 2 3 struct ConfigParms {4 unsigned int stopCost; // amount to charge per train stop5 unsigned int numStudents; // number of students to create6 unsigned int numStops; // number of train stops; minimum of 27 unsigned int maxNumStudents; // maximum students each train can carry8 unsigned int timerDelay; // length of time between each tick of the timer9 unsigned int maxStudentDelay; // maximum random student delay between trips10 unsigned int maxStudentTrips; // maximum number of train trips each student takes11 unsigned int groupoffDelay; // length of time between initializing gift cards12 unsigned int conductorDelay; // length of time between checking on passenger POPs13 unsigned int parentalDelay; // length of time between cash deposits14 unsigned int numCouriers; // number of WATCard office couriers in the pool15 }; // ConfigParms16 2 17 3 struct config_entry {
Note: See TracChangeset
for help on using the changeset viewer.