示例#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;
 }