#include <data.h>
Definition at line 249 of file data.h.
Data Fields | |
char | Duration |
Length of Mission (units:ABCDEF). | |
char | Event |
Single event code. | |
char | Hard [2][5] |
Set of hardware. | |
char | Man [2][4] |
Astros # involved in Mis. | |
char | MissionCode |
Type of Mission. | |
char | MissionName [2][25] |
Name of Mission. | |
char | MissionYear |
Year Mission Took Place. | |
char | Month |
Month of Launch. | |
char | Part |
Participant in event code. | |
char | Patch [2] |
Patch Type. | |
int16_t | Prestige |
Prestige Earned on this Mission. | |
uint16_t | result |
Success / Failure. | |
char | Saf |
Safety of the Equipment for delays. | |
uint16_t | spResult |
Actual deciding Result. | |
char | Time |
Early / Late Flag. |
char PastInfo::Duration |
Length of Mission (units:ABCDEF).
Definition at line 265 of file data.h.
Referenced by CheckSucess(), DisplAstData(), Draw_Mis_Stats(), MissionPast(), Set_Goal(), and UpdateRecords().
char PastInfo::Event |
Single event code.
Definition at line 261 of file data.h.
Referenced by CheckSucess(), Draw_Mis_Stats(), MissionPast(), TestFMis(), UpdAll(), and Update().
char PastInfo::Hard[2][5] |
Set of hardware.
Definition at line 258 of file data.h.
Referenced by DisplAstData(), DrawMisHist(), EndGame(), MissionPast(), PInfo(), and UpdateRecords().
char PastInfo::Man[2][4] |
Astros # involved in Mis.
Definition at line 257 of file data.h.
Referenced by Draw_Mis_Stats(), DrawMisHist(), EndGame(), MissionPast(), RecChange(), and UpdateRecords().
Type of Mission.
Definition at line 253 of file data.h.
Referenced by DisplAstData(), Draw_Mis_Stats(), DrawMisHist(), DrawViewing(), EndGame(), MissionPast(), NoFail(), PlanText(), TestFMis(), UpdAll(), Update(), UpdateRecords(), and WriteRecord().
char PastInfo::MissionName[2][25] |
Name of Mission.
Definition at line 251 of file data.h.
Referenced by DisplAstData(), Draw_Mis_Stats(), DrawMisHist(), DrawViewing(), EndGame(), and MissionPast().
Year Mission Took Place.
Definition at line 254 of file data.h.
Referenced by DrawMisHist(), DrawRank(), DrawViewing(), FastOne(), FullFast(), Mission_Data_Buttons(), MissionPast(), RecChange(), ShowSpHist(), UpdAll(), Update(), and WriteRecord().
char PastInfo::Month |
Month of Launch.
Definition at line 255 of file data.h.
Referenced by DrawMisHist(), DrawRank(), DrawViewing(), FastOne(), FullFast(), Mission_Data_Buttons(), MissionPast(), RecChange(), ShowSpHist(), UpdAll(), Update(), and WriteRecord().
char PastInfo::Part |
char PastInfo::Patch[2] |
Patch Type.
Definition at line 252 of file data.h.
Referenced by DisplAstData(), DrawMisHist(), EndGame(), and MissionPast().
int16_t PastInfo::Prestige |
Prestige Earned on this Mission.
Definition at line 264 of file data.h.
Referenced by AIMaster(), CalcScore(), DisplAstData(), Draw_Mis_Stats(), DrawRank(), DrawViewing(), MissionPast(), PInfo(), TestFMis(), and UpdateRecords().
uint16_t PastInfo::result |
char PastInfo::Saf |
Safety of the Equipment for delays.
Definition at line 262 of file data.h.
Referenced by MissionPast(), and TestFMis().
uint16_t PastInfo::spResult |
Actual deciding Result.
Definition at line 260 of file data.h.
Referenced by CheckSucess(), Draw_Mis_Stats(), MissionPast(), NoFail(), PlanText(), TestFMis(), UpdAll(), and Update().
char PastInfo::Time |