예제 #1
0
 /**
  * @param $device
  */
 protected function parseInternals($device)
 {
     parent::parseInternals($device);
     $this->gplotFile = $device->Internals->GPLOTFILE;
     $this->logDevice = $device->Internals->LOGDEVICE;
     $this->logFile = $device->Internals->LOGFILE;
 }