Documentation ¶
Index ¶
- func FormatVendor(vendor string) string
- func FormatVersion(vendor string, version []byte) string
- func GenerateBandsData(bins *models.Bins)
- func GuessSNRGroupSize(maxValidSNRIndex, maxValidBitsIndex, binCount int) int
- func ParseHexadecimal(str string) []byte
- func ParseMode(str string) models.Mode
- func ParseStateTR06X(str string) models.State
- func SplitHostPort(hostport string) (host string, port uint16, err error)
- type BandDecider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatVendor ¶
func FormatVersion ¶
func GenerateBandsData ¶
func GuessSNRGroupSize ¶
func ParseHexadecimal ¶
func ParseStateTR06X ¶
Types ¶
type BandDecider ¶
type BandDecider struct {
// contains filtered or unexported fields
}
func NewBandDecider ¶
func NewBandDecider(bands models.BandsDownUp) (*BandDecider, error)
func (*BandDecider) IsDownstream ¶
func (d *BandDecider) IsDownstream(num int) bool
Click to show internal directories.
Click to hide internal directories.