C# 클래스 EGVDownloader.BasicEGV

파일 보기 프로젝트 열기: hackingtype1/cgm-simple-reader

공개 메소드들

메소드 설명
BasicEGV ( System receiverData ) : System

Contructor for BasicEGV class object

SaveEGVasCSV ( string pnfn ) : void

Save EGVRecords to CSV file

메소드 상세

BasicEGV() 공개 메소드

Contructor for BasicEGV class object
public BasicEGV ( System receiverData ) : System
receiverData System XML formatted data from G4
리턴 System

SaveEGVasCSV() 공개 메소드

Save EGVRecords to CSV file
public SaveEGVasCSV ( string pnfn ) : void
pnfn string Path and filename to save to
리턴 void