/[marvin]/marvin/src/libsip/type/discsignal.hh
ViewVC logotype

Diff of /marvin/src/libsip/type/discsignal.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by srv89, Wed Sep 17 00:41:48 2003 UTC revision 1.15 by srv89, Wed Sep 17 06:07:55 2003 UTC
# Line 134  public: Line 134  public:
134        
135    /** \brief min return position of the min value in the signal    /** \brief min return position of the min value in the signal
136     */     */
137    int DiscSignal::min ();    int DiscSignal::min () const;
138    /** \brief min_val return min value in the signal    /** \brief min_val return min value in the signal
139     */     */
140    double DiscSignal::min_val ();    double DiscSignal::min_val () const;
141    /** \brief max return position of the max value in the signal    /** \brief max return position of the max value in the signal
142     */     */
143    int DiscSignal::max ();    int DiscSignal::max () const ;
144    /** \brief max_val return max value in signal    /** \brief max_val return max value in signal
145     */     */
146    double DiscSignal::max_val ();    double DiscSignal::max_val () const;
147    /** \} */    /** \} */
148    
149  };  };

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26