Beispiel #1
0
 public void RosValidate()
 {
     if (Req is null)
     {
         throw new System.NullReferenceException(nameof(Req));
     }
     Req.RosValidate();
 }
Beispiel #2
0
 public void RosValidate()
 {
     if (Request is null)
     {
         throw new System.NullReferenceException(nameof(Request));
     }
     Request.RosValidate();
     if (PlanningOptions is null)
     {
         throw new System.NullReferenceException(nameof(PlanningOptions));
     }
     PlanningOptions.RosValidate();
 }