Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LNB freq?
Sasha Sotnikov wrote:
>
> Thanks , finaly it's works!
> May by it's a good idea to comment this somhow in souces?
I'd say it's bad rprogramming practice to use a hardcoded
literal constant fro that. Why not define a symbolic name
in a header file like this:
#define UNI_LNB_LOF 10600000
there would be no need to add comments to the source, it would
be easier to understand and easier to change if you should have
an unusual LNB.
> Another question:
> why code for different filters is so different? or they for different services?
>
> Michael Holzt wrote:
>
> > Hi Sasha!
> >
> > On Sam, 22 Jul 2000, Sasha Sotnikov wrote:
> >
> > > What mean 10600000 ? I found it all over dvbd and driver itself. Is it
> > > LNB freq?
> >
> > It is the LOF (local oscillator frequency) in high Band for Universal LNBs,
> > yes.
> >
> > --
> > Gruss
> > Michael
--
+------------------------------------------------------------+
| Carsten Koch E-Mail: ckoch@ptc.com |
| Team Leader Surf Architecture and Graphical User Interface |
| ICEM Technologies GmbH Fax: +49-4286-1608 |
| Waldsiedlung 7 Phone: +49-4286-920001 |
| 27404 Elsdorf-Hatzte, Germany http://www.icem.com |
+------------------------------------------------------------+
Home |
Main Index |
Thread Index