|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamguardMVC.ChannelListManager
public abstract class ChannelListManager
Functions to convert between
Channel lists - hardware channels which may not start at zero
Channel indexes - software lists which are always 0,1,2, etc.
Hydrophone numbers which are always 0,1,2, etc.
| Constructor Summary | |
|---|---|
ChannelListManager()
|
|
| Method Summary | |
|---|---|
int |
channelIndexesToPhones(int channelIndexes)
Convert a bitmap of channel indexes to a bitmap of phones |
int[] |
channelIndexesToPhones(int[] channelIndexes)
Convert an array of channel indexes into an array of hydrophone numbers |
abstract int |
channelIndexToPhone(int channelIndex)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelListManager()
| Method Detail |
|---|
public abstract int channelIndexToPhone(int channelIndex)
public int channelIndexesToPhones(int channelIndexes)
channelIndexes - channel Indexes
public int[] channelIndexesToPhones(int[] channelIndexes)
channelNumbers - channel Numbers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||