예제 #1
0
 public CWaypoint(FormGPS _f)
 {
     //constructor
     mf = _f;
 }
예제 #2
0
 public CSteerSwitch(FormGPS _f)
 {
     mf = _f;
 }
예제 #3
0
 //constructor
 public CAutoSteer(FormGPS _f)
 {
     mf = _f;
     isInFreeDriveMode = false;
 }