예제 #1
0
 public ScalarValue GetHeight()
 {
     if (Available())
     {
         return(LHWrapper.LandingHeight());
     }
     throw new Exception("Langing Height not found");
 }
예제 #2
0
 public override BooleanValue Available()
 {
     return(LHWrapper.Wrapped());
 }