// // Programmer: Craig Stuart Sapp // Creation Date: Mon Apr 28 21:46:28 GMT-0800 1997 // Last Modified: Tue Apr 29 22:04:44 GMT-0800 1997 // Filename: ...sig/maint/code/Generator/UserIn/UserIn.cpp // Web Address: http://sig.sapp.org/include/sigSignal/UserIn.h // Documentation: http://sig.sapp.org/doc/classes/UserIn // Syntax: C++ // #ifndef _USERIN_H_INCLUDED #define _USERIN_H_INCLUDED #include "Generator.h" class UserIn : public Generator { public: UserIn (void); ~UserIn (); void action (void); sampleType output (int channel); protected: sampleType outputValue; }; #endif /* _USERIN_H_INCLUDED */ // md5sum: 4d8b1ed43e17265f67119a5231260858 UserIn.h [20010708]