Esempio n. 1
0
 /// <summary>
 /// There are no comments for t_GPS_IN in the schema.
 /// </summary>
 public void AddTot_GPS_IN(t_GPS_IN t_GPS_IN)
 {
     base.AddObject("t_GPS_IN", t_GPS_IN);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new t_GPS_IN object.
 /// </summary>
 /// <param name="id">Initial value of ID.</param>
 /// <param name="iMEI">Initial value of IMEI.</param>
 /// <param name="status">Initial value of Status.</param>
 /// <param name="gPS_fix">Initial value of GPS_fix.</param>
 /// <param name="timestampTracker">Initial value of TimestampTracker.</param>
 /// <param name="longitude">Initial value of longitude.</param>
 /// <param name="latitude">Initial value of latitude.</param>
 /// <param name="altitude">Initial value of altitude.</param>
 /// <param name="speed">Initial value of speed.</param>
 /// <param name="heading">Initial value of heading.</param>
 /// <param name="nr_used_sat">Initial value of nr_used_sat.</param>
 /// <param name="hDOP">Initial value of HDOP.</param>
 /// <param name="timestamp">Initial value of Timestamp.</param>
 /// <param name="processed">Initial value of Processed.</param>
 public static t_GPS_IN Createt_GPS_IN(int id, string iMEI, int status, int gPS_fix, global::System.DateTime timestampTracker, string longitude, string latitude, string altitude, string speed, string heading, int nr_used_sat, string hDOP, global::System.DateTime timestamp, bool processed)
 {
     t_GPS_IN t_GPS_IN = new t_GPS_IN();
     t_GPS_IN.ID = id;
     t_GPS_IN.IMEI = iMEI;
     t_GPS_IN.Status = status;
     t_GPS_IN.GPS_fix = gPS_fix;
     t_GPS_IN.TimestampTracker = timestampTracker;
     t_GPS_IN.longitude = longitude;
     t_GPS_IN.latitude = latitude;
     t_GPS_IN.altitude = altitude;
     t_GPS_IN.speed = speed;
     t_GPS_IN.heading = heading;
     t_GPS_IN.nr_used_sat = nr_used_sat;
     t_GPS_IN.HDOP = hDOP;
     t_GPS_IN.Timestamp = timestamp;
     t_GPS_IN.Processed = processed;
     return t_GPS_IN;
 }