mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
1dc934e1b1
Improves the way medical is storing variables in object space by having a common list of variables names as macros. Makes the code a bit cleaner and ensured consistency across components. Also a handy reference for when working on medical to see what values are all stored.
19 lines
419 B
C++
19 lines
419 B
C++
PREP(addHeartRateAdjustment);
|
|
PREP(getBloodLoss);
|
|
PREP(getBloodPressure);
|
|
PREP(getBloodVolumeChange);
|
|
PREP(getCardiacOutput);
|
|
PREP(hasStableVitals);
|
|
PREP(hasTourniquetAppliedTo);
|
|
PREP(initUnit);
|
|
PREP(isBeingCarried);
|
|
PREP(isBeingDragged);
|
|
PREP(isInMedicalFacility);
|
|
PREP(isInMedicalVehicle);
|
|
PREP(isInStableCondition);
|
|
PREP(isMedic);
|
|
PREP(isMedicalVehicle);
|
|
PREP(setCardiacArrest);
|
|
PREP(setDead);
|
|
PREP(setUnconscious);
|