Package jmri.jmrit.symbolicprog
Class Pr1Importer
- java.lang.Object
-
- jmri.jmrit.symbolicprog.Pr1Importer
-
public class Pr1Importer extends java.lang.Object
Import CV values from a "PR1" file written by PR1DOS or PR1WIN.
This file is part of JMRI.JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Properties
m_CVs
(package private) boolean
m_packedValues
-
Constructor Summary
Constructors Constructor Description Pr1Importer(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCV(int cvNumber)
void
setCvTable(CvTableModel pCvTable)
-
-
-
Field Detail
-
m_CVs
java.util.Properties m_CVs
-
m_packedValues
boolean m_packedValues
-
-
Constructor Detail
-
Pr1Importer
public Pr1Importer(java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
setCvTable
public void setCvTable(CvTableModel pCvTable)
-
getCV
public int getCV(int cvNumber) throws JmriException
- Throws:
JmriException
-
-