Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelNumberFinder ¶
type ChannelNumberFinder struct { LastAllocatedNumber uint16 DirectionIsDescending bool Mask uint16 //Max Channel Mask OutMask uint16 //Channel Output Mask ChannelFinder IsChannelExist // contains filtered or unexported fields }
func NewChannelNumberFinder ¶
func NewChannelNumberFinder(mask, outmask uint16, ChannelFinder IsChannelExist) *ChannelNumberFinder
func (*ChannelNumberFinder) FindNext ¶
func (cnf *ChannelNumberFinder) FindNext() uint16
type IsChannelExist ¶
Click to show internal directories.
Click to hide internal directories.