예제 #1
0
 public Data(
     Graph.Time time,
     SleepData.HeadDir headDir1,
     SleepData.HeadDir headDir2,
     SleepData.HeadDir headDir3)
 {
     this.time     = time;
     this.HeadDir1 = headDir1;
     this.HeadDir2 = headDir2;
     this.HeadDir3 = headDir3;
 }
예제 #2
0
 public Data(
     Graph.Time time,
     SleepData.BreathState breathState1,
     SleepData.BreathState breathState2,
     SleepData.BreathState breathState3,
     SleepData.HeadDir headDir1,
     SleepData.HeadDir headDir2,
     SleepData.HeadDir headDir3)
 {
     this.time         = time;
     this.BreathState1 = breathState1;
     this.BreathState2 = breathState2;
     this.BreathState3 = breathState3;
     this.HeadDir1     = headDir1;
     this.HeadDir2     = headDir2;
     this.HeadDir3     = headDir3;
 }
예제 #3
0
 public Data(
     Graph.Time time,
     float snoreVolume1,
     float snoreVolume2,
     float snoreVolume3,
     SleepData.HeadDir headDir1,
     SleepData.HeadDir headDir2,
     SleepData.HeadDir headDir3)
 {
     this.time         = time;
     this.SnoreVolume1 = snoreVolume1;
     this.SnoreVolume2 = snoreVolume2;
     this.SnoreVolume3 = snoreVolume3;
     this.HeadDir1     = headDir1;
     this.HeadDir2     = headDir2;
     this.HeadDir3     = headDir3;
 }