Uses of Class
de.humatic.dsj.BDAChannelInfo

Packages that use BDAChannelInfo
de.humatic.dsj   
de.humatic.dsj.sbe   
 

Uses of BDAChannelInfo in de.humatic.dsj
 

Methods in de.humatic.dsj that return BDAChannelInfo
 BDAChannelInfo[] DSBDAGraph.getChannelsFromXML(int net)
          Reads previously scanned valid program information from the dsj.xml file
 BDAChannelInfo DSBDAGraph.getCurrentChannel()
           
 BDAChannelInfo[] DSBDAGraph.performChannelScan(int timeout)
          Scans frequencies for valid program streams.
 BDAChannelInfo DSBDAGraph.scanChannel(int[] params, int timeout)
           
 BDAChannelInfo DSBDAGraph.scanChannel(int frequency, int specific_1, int specific_2, int timeout)
          Scans the given frequency for valid program streams and returns the first one found.
 BDAChannelInfo[] DSBDAGraph.scanTransponder(int[] params, int timeout)
           
 BDAChannelInfo[] DSBDAGraph.scanTransponder(int frequency, int specific_1, int specific_2, int timeout)
          Scans the given frequency for valid program streams.
 

Methods in de.humatic.dsj with parameters of type BDAChannelInfo
 boolean BDAChannelInfo.equalBroadcast(BDAChannelInfo ci)
           
 boolean BDAChannelInfo.equals(BDAChannelInfo ci)
           
 void DSBDAGraph.persistToXML(int net, BDAChannelInfo[] bdaCh)
          Writes the information in the channel info array to the specified network node of the XML channellist file, that the DSBDAGraph node of the dsj.xml file points to.
 void DSBDAGraph.saveLastChannel(BDAChannelInfo info)
           
 boolean DSBDAGraph.setChannel(BDAChannelInfo info)
          Tunes the receiver component of the graph to the given channel.
 

Uses of BDAChannelInfo in de.humatic.dsj.sbe
 

Methods in de.humatic.dsj.sbe that return BDAChannelInfo
 BDAChannelInfo[] StreamBufferBDASource.getChannelsFromXML(int net)
           
 

Methods in de.humatic.dsj.sbe with parameters of type BDAChannelInfo
 boolean StreamBufferBDASource.setChannel(BDAChannelInfo info)
          Tunes the receiver component to the given channel.