HOMEPAGE

Open Source Project RJ10.DLL - Less is More: This does not mean that 'More' is too complicated.

Project Level 1

Developer Plattform

!?

Start and Process Control

Radio Control

IF-In & AF-Out Control
Panorama-View & ExtIQ-Receiver
EEprom & Calibration
Graphical Utillity

RJ10DLL::SetIFOutputLevel

int SetIFOutputLevel( int lev );

Return Value

       the currend IFOutputLevel

Parameters

    int lev
    set the maximum limit of  the IF output 

Remarks

     The IFOutputLevel is the wave out limiter to the main speaker.
     When the IGC is not active, then the automatic will regulate the maximum output.
     Otherwise, lev determines the maximum, which is passed to the speaker system.

      set the IF-Outut level 0-200;
      Note: if the IGC aktivated then the IFOutputLevel have no effekt
         

Example
 
 
see on RJ10Mini SourceExample:

void CRJ10MiniDlg::SetIFOut(int pos)
{
    SetIFOutputLevel(pos);
    IFOutLevel=pos;
    sprintf(poti_in.myInfo.ExtraText,"%d %%",(pos*100)/256);
    poti_in.Set(pos);
}

See Also   --> RJ10M-DLL.h

 

   Copyright 2012 © Bonito Germany.   

www.bonito.net