TestingScenarioInstance.swift 361 B

1234567891011121314151617
  1. //
  2. // TestingScenarioInstance.swift
  3. // LoopTestingKit
  4. //
  5. // Created by Michael Pangburn on 4/20/19.
  6. // Copyright © 2019 LoopKit Authors. All rights reserved.
  7. //
  8. import LoopKit
  9. public struct TestingScenarioInstance {
  10. public var glucoseSamples: [NewGlucoseSample]
  11. public var pumpEvents: [NewPumpEvent]
  12. public var carbEntries: [NewCarbEntry]
  13. }