Exemplo n.º 1
1
 function __construct($oid = 0, $cid = 0)
 {
     parent::__construct('OID', 'CID', 't_ext_data');
     $this->rs['OID'] = $oid;
     $this->rs['CID'] = $cid;
     $this->rs['a_lat'] = 0;
     $this->rs['a_lng'] = 0;
     $this->rs['b_lat'] = 0;
     $this->rs['b_lng'] = 0;
     $this->rs['c_lat'] = 0;
     $this->rs['c_lng'] = 0;
     $this->rs['t_lat'] = 0;
     $this->rs['t_lng'] = 0;
     $this->rs['height'] = 0;
     if ($oid && $cid) {
         $this->retrieve($oid, $cid);
     }
 }
Exemplo n.º 2
0
 function __construct($oid = 0, $cid = 0)
 {
     parent::__construct('OID', 'CID', 't_cpa_data');
     $this->rs['OID'] = $oid;
     $this->rs['CID'] = $cid;
     $this->rs['label'] = 0;
     $this->rs['fence'] = 0;
     $this->rs['building'] = 0;
     $this->rs['sum'] = 0;
     if ($oid && $cid) {
         $this->retrieve($oid, $cid);
     }
 }
Exemplo n.º 3
0
 function __construct($oid = 0, $cid = 0)
 {
     parent::__construct('OID', 'CID', 't_hmb_data');
     $this->rs['OID'] = $oid;
     $this->rs['CID'] = $cid;
     $this->rs['_1st_on'] = 0;
     $this->rs['_1st_off'] = 0;
     $this->rs['_2nd_on'] = 0;
     $this->rs['_2nd_off'] = 0;
     $this->rs['_3rd_on'] = 0;
     $this->rs['_3rd_off'] = 0;
     $this->rs['cycle'] = 0;
     if ($oid && $cid) {
         $this->retrieve($oid, $cid);
     }
 }
Exemplo n.º 4
0
 function __construct($oid = 0, $cid = 0)
 {
     parent::__construct('OID', 'CID', 't_cts_data');
     $this->rs['OID'] = $oid;
     $this->rs['CID'] = $cid;
     $this->rs['stationId'] = "";
     $this->rs['_1st'] = 0.0;
     $this->rs['_2nd'] = 0.0;
     $this->rs['_3rd'] = 0.0;
     $this->rs['_4th'] = 0.0;
     $this->rs['_5th'] = 0.0;
     $this->rs['tolerance'] = 0.0;
     if ($oid && $cid) {
         $this->retrieve($oid, $cid);
     }
 }
Exemplo n.º 5
0
 function __construct($oid = 0, $cid = 0)
 {
     parent::__construct('OID', 'CID', 't_fsl_data');
     $this->rs['OID'] = $oid;
     $this->rs['CID'] = $cid;
     $this->rs['a_tag'] = "";
     $this->rs['a_lat'] = 0;
     $this->rs['a_lng'] = 0;
     $this->rs['b_tag'] = "";
     $this->rs['b_lat'] = 0;
     $this->rs['b_lng'] = 0;
     $this->rs['c_tag'] = "";
     $this->rs['c_lat'] = 0;
     $this->rs['c_lng'] = 0;
     $this->rs['l_tag'] = 0;
     $this->rs['l_lat'] = 0;
     $this->rs['l_lng'] = 0;
     $this->rs['a_rad'] = 0;
     $this->rs['b_rad'] = 0;
     $this->rs['c_rad'] = 0;
     if ($oid && $cid) {
         $this->retrieve($oid, $cid);
     }
 }