50    ad = ad * 20.0 / log( 10.0 );
 
 
   65    ac = ac * 20.0 / log( 10.0 );
 
 
  212    char text[256], txt[256];
 
  228        strcpy( 
text, 
"none" );
 
  232        strcpy( 
text, 
"H(1,1) " );
 
  237                        / (double) ( m - 1 ) );
 
  241            snprintf( txt, 
sizeof( 
text ), 
"H(n,%d) ", m );
 
  247                            / (double) ( m - 1 ) );
 
  257        strcpy( 
text, 
"none" );
 
  265            snprintf( txt, 
sizeof( 
text ), 
"E(n,%d) ", m );
 
 
void calcSynthesize() override
 
void calcAnalyze() override
 
void showAnalyze() override
Shows synthesis results and checks for errors / warnings.
 
void showSynthesize() override
Shows analysis results and checks for errors / warnings.
 
void show_results() override
Shows results.
 
bool isSelected(enum PRMS_ID aPrmId)
 
void setResult(int, double, const char *)
 
double m_parameters[EXTRA_PRMS_COUNT]
 
void setProperty(enum PRMS_ID aPrmId, double aValue)
 
void setErrorLevel(PRMS_ID, char)
@function setErrorLevel
 
#define TRANSLINE_WARNING