Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

gr_iqplot.h

Go to the documentation of this file.
00001 #include <plotter.h>
00002 #include <VrComplex.h>
00003 
00004 #ifndef GR_IQPLOT_H_
00005 
00006 class gr_iqplot {
00007 private:
00008   XPlotter *plotter;
00009   int maxpoints;
00010   int points_or_lines;
00011   int points_so_far;
00012   int count;
00013   float scale;
00014   const char *label;
00015 
00016 public: 
00017   gr_iqplot(int maxpoints, int p_or_l, float scale, char* label);
00018   void iqplot(const VrComplex *in, int size);
00019   virtual ~gr_iqplot ();
00020 };
00021 
00022 #endif

Generated on Tue Mar 15 23:55:33 2005 for GNU Radio by  doxygen 1.4.0