TS++ library: time series library

◆ help()

void ts::fir::help ( std::ostream &  os)

print information on available FIR filters

Definition at line 203 of file firfilters.cc.

References FIRfilters.

Referenced by main().

204  {
205  os << "The following FIR filters are available:" << std::endl;
206  int i=0;
207  while (FIRfilters[i] != 0)
208  { os << *FIRfilters[i]; ++i; }
209  }
const FIR * FIRfilters[]
Definition: firfilters.cc:177
Here is the caller graph for this function: