A B C D E F G I L M O R S U V X

G

geColumnCount() - Method in class SCCT.JavaSubscriber.SCCT_2DArrayPackage
 
get2DArray() - Method in class SCCT.JavaSubscriber.SCCT_2DBoolArray
 
get2DArray() - Method in class SCCT.JavaSubscriber.SCCT_2DDoubleArray
 
get2DArray() - Method in class SCCT.JavaSubscriber.SCCT_2DFloatArray
 
get2DArray() - Method in class SCCT.JavaSubscriber.SCCT_2DIntegerArray
 
get2DArray() - Method in class SCCT.JavaSubscriber.SCCT_2DLongArray
 
get2DArray() - Method in class SCCT.JavaSubscriber.SCCT_2DShortArray
 
get2DArray() - Method in class SCCT.JavaSubscriber.SCCT_2DStringArray
 
getArrayType() - Method in class SCCT.JavaSubscriber.SCCT_2DArrayPackage
Returns the type of the array.
getAttributes() - Method in class SCCT.JavaSubscriber.SCCT_FilePackage
Gets an array of attributes associated with the file.
getAttributes() - Method in class SCCT.JavaSubscriber.SCCT_ImagePackage
Gets an array of attributes associated with the image.
getAwaitingPackages() - Method in class SCCT.JavaSubscriber.SCCT_Observer
Gets the number of package that have to be processed.
getAwaitingPackages() - Method in class SCCT.JavaSubscriber.SCCT_Subject
Returns the number of packages awaiting in the sending queue.
getBufferedImage() - Method in class SCCT.JavaSubscriber.SCCT_ImagePackage
Returns a BufferedImage object of the java.awt.image.BufferedImage package that rappresents the image.
getBytes() - Method in class SCCT.JavaSubscriber.SCCT_FilePackage
Gets a sequence of bytes that represents the file.
getBytes() - Method in class SCCT.JavaSubscriber.SCCT_ImagePackage
Gets a sequence of bytes that represents the image.
getCalendar() - Method in class SCCT.JavaSubscriber.SCCT_AbstractPackage
Returns a java.util.Calendar object that contains the date and time of the object creation with UTC TimeZone.
getChannelConfiguration(int) - Method in class SCCT.JavaSubscriber.SCCT_ConfigurationPackage
Gets the data of channel configuration located at the specified index.
getCustomXml() - Method in class SCCT.JavaSubscriber.SCCT_XmlPackage
Gets the custom xml send by the producer.
getData() - Method in class SCCT.JavaSubscriber.SCCT_AnalogDataPackage
Gets the data of all channels in a matrix of double.
getData() - Method in class SCCT.JavaSubscriber.SCCT_DigitalDataPackage
Gets the data of all digital lines in an array of boolean values.
getDescription() - Method in class SCCT.JavaSubscriber.SCCT_ChannelConfiguration
Gets the description of the channel.
getDescription() - Method in class SCCT.JavaSubscriber.SCCT_ErrorPackage
Gets the description of the error.
getDescription() - Method in class SCCT.JavaSubscriber.SCCT_ImagePackage
Gets the description associated with the image.
getDescription() - Method in class SCCT.JavaSubscriber.SCCT_LineConfiguration
Gets the description of the line.
getDescription() - Method in class SCCT.JavaSubscriber.SCCT_LocationPackage
 
getDeviceName() - Method in class SCCT.JavaSubscriber.SCCT_ConfigurationPackage
Gets the name of device used to data acquisition.
getElevation() - Method in class SCCT.JavaSubscriber.SCCT_LocationPackage
 
getErrorCode() - Method in class SCCT.JavaSubscriber.SCCT_ErrorPackage
Gets the error code sent by the producer.
getFileName() - Method in class SCCT.JavaSubscriber.SCCT_FilePackage
Gets the name of the content file.
getFilterId() - Method in class SCCT.JavaSubscriber.SCCT_2DArrayPackage
 
getFilterId() - Method in class SCCT.JavaSubscriber.SCCT_AnalogDataPackage
Returns the id of filter applied on this package.
getFilterId() - Method in class SCCT.JavaSubscriber.SCCT_Filter
Returns a progress id that identify the filter.
getImageFormat() - Method in class SCCT.JavaSubscriber.SCCT_ImagePackage
Return the fortmat of the image.
getInstance() - Static method in class SCCT.JavaSubscriber.SCCT_Subject
This static method returns unique instance of SCCT_Subject (see Singleton pattern).
getLastPackageSent() - Method in class SCCT.JavaSubscriber.SCCT_Subject
Returns the packageNumber id of the last sent package.
getLatitude() - Method in class SCCT.JavaSubscriber.SCCT_LocationPackage
 
getLineConfiguration(int) - Method in class SCCT.JavaSubscriber.SCCT_ConfigurationPackage
Gets the data of line configuration located at the specified index.
getLineNumber() - Method in class SCCT.JavaSubscriber.SCCT_LineConfiguration
 
getLocation() - Method in class SCCT.JavaSubscriber.SCCT_ConfigurationPackage
 
getLongitude() - Method in class SCCT.JavaSubscriber.SCCT_LocationPackage
 
getMaxValue() - Method in class SCCT.JavaSubscriber.SCCT_ChannelConfiguration
Gets the maximum value that the channel can assume.
getMd5() - Method in class SCCT.JavaSubscriber.SCCT_FilePackage
Gets the md5 of the content file.
getMessage() - Method in class SCCT.JavaSubscriber.SCCT_MessagePackage
Gets the message sent by the producer.
getMessageCode() - Method in class SCCT.JavaSubscriber.SCCT_MessagePackage
Gets the message code sent by the producer.
getMinValue() - Method in class SCCT.JavaSubscriber.SCCT_ChannelConfiguration
Gets the minimum value that the channel can assume.
getNChannel() - Method in class SCCT.JavaSubscriber.SCCT_ChannelConfiguration
Gets the number of the channel.
getNumberOfChannels() - Method in class SCCT.JavaSubscriber.SCCT_ConfigurationPackage
Gets the number of channels present in the package.
getNumberOfLines() - Method in class SCCT.JavaSubscriber.SCCT_ConfigurationPackage
Gets the number of lines present in the package.
getNumberOfLines() - Method in class SCCT.JavaSubscriber.SCCT_DigitalDataPackage
Gets the total number of lines.
getNumOfChannels() - Method in class SCCT.JavaSubscriber.SCCT_AnalogDataPackage
Gets the total number of channels (row count of double matrix).
getPackageNumber() - Method in class SCCT.JavaSubscriber.SCCT_AbstractPackage
 
getProductType() - Method in class SCCT.JavaSubscriber.SCCT_ConfigurationPackage
Gets the product type of device used to data acquisition.
getRowCount() - Method in class SCCT.JavaSubscriber.SCCT_2DArrayPackage
 
getSamples() - Method in class SCCT.JavaSubscriber.SCCT_AnalogDataPackage
Gets the number of sampled values for any channel (column count of double matrix).
getSamplingRate() - Method in class SCCT.JavaSubscriber.SCCT_ChannelConfiguration
Gets the sampling rate of the channel.
getSourceDescription() - Method in class SCCT.JavaSubscriber.SCCT_AbstractDataPackage
Gets the description of source from which come the package.
getSourceId() - Method in class SCCT.JavaSubscriber.SCCT_AbstractDataPackage
Gets the id of source from which come the package.
getSubscriberDescription() - Method in class SCCT.JavaSubscriber.SCCT_Subject
Returns the description used in the openCommunication method.
getTimeout() - Method in class SCCT.JavaSubscriber.SCCT_Subject
Returns the timeout used in the openCommunication method.
getUnit() - Method in class SCCT.JavaSubscriber.SCCT_ChannelConfiguration
Gets the measurement unit of the channel.

A B C D E F G I L M O R S U V X