|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSCCT.JavaSubscriber.SCCT_AbstractPackage
SCCT.JavaSubscriber.SCCT_AbstractDataPackage
SCCT.JavaSubscriber.SCCT_ConfigurationPackage
public class SCCT_ConfigurationPackage
This class contains publisher configurations with information about published analog and digital data.
Method Summary | |
---|---|
SCCT_ChannelConfiguration |
getChannelConfiguration(int index)
Gets the data of channel configuration located at the specified index. |
java.lang.String |
getDeviceName()
Gets the name of device used to data acquisition. |
SCCT_LineConfiguration |
getLineConfiguration(int index)
Gets the data of line configuration located at the specified index. |
SCCT_LocationPackage |
getLocation()
|
int |
getNumberOfChannels()
Gets the number of channels present in the package. |
int |
getNumberOfLines()
Gets the number of lines present in the package. |
java.lang.String |
getProductType()
Gets the product type of device used to data acquisition. |
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractDataPackage |
---|
getSourceDescription, getSourceId |
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractPackage |
---|
getCalendar, getPackageNumber |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public SCCT_LocationPackage getLocation()
public int getNumberOfChannels()
public int getNumberOfLines()
public SCCT_ChannelConfiguration getChannelConfiguration(int index)
index
- The position of the SCCT_ChannelConfiguration object to be returned.
getNumberOfChannels()
,
SCCT_ChannelConfiguration
public SCCT_LineConfiguration getLineConfiguration(int index)
index
- The position of the SCCT_LineConfiguration object to be returned.
getNumberOfLines()
,
SCCT_LineConfiguration
public java.lang.String getProductType()
public java.lang.String getDeviceName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |