Interface used by ModuleScienceExperiment and ModuleScienceContainer. Used for storing, transfering and transmitting Science Data. More...
Public Member Functions | |
| void | DumpData (ScienceData data) |
| Removes science data from the part, called after transmission or EVA data collection. More... | |
| ScienceData[] | GetData () |
| Returns an array of all Science Data stored in the module. More... | |
| int | GetScienceCount () |
| Returns a count of Science Data reports stored in the module. More... | |
| bool | IsRerunnable () |
| Can the experiment be run more than once? More... | |
| void | ReviewData () |
| Opens the experimental results dialog page, displays stored Science Data. More... | |
| void | ReviewDataItem (ScienceData data) |
| Opens the experimental results dialog page, displays stored Science Data. More... | |
Interface used by ModuleScienceExperiment and ModuleScienceContainer. Used for storing, transfering and transmitting Science Data.
| void IScienceDataContainer.DumpData | ( | ScienceData | data | ) |
Removes science data from the part, called after transmission or EVA data collection.
| data |
Implemented in ModuleScienceExperiment.
| ScienceData [] IScienceDataContainer.GetData | ( | ) |
Returns an array of all Science Data stored in the module.
Implemented in ModuleScienceExperiment.
| int IScienceDataContainer.GetScienceCount | ( | ) |
Returns a count of Science Data reports stored in the module.
Implemented in ModuleScienceExperiment.
| bool IScienceDataContainer.IsRerunnable | ( | ) |
| void IScienceDataContainer.ReviewData | ( | ) |
Opens the experimental results dialog page, displays stored Science Data.
Implemented in ModuleScienceExperiment.
| void IScienceDataContainer.ReviewDataItem | ( | ScienceData | data | ) |
Opens the experimental results dialog page, displays stored Science Data.
| data |
Implemented in ModuleScienceExperiment.
1.8.7