Page MenuHomePhorge

SineModule.h
No OneTemporary

Size
506 B
Referenced Files
None
Subscribers
None

SineModule.h

#ifndef SINEMODULE_HEADERFILE
#define SINEMODULE_HEADERFILE
#include "Unit.h"
//#include "Module.h"
//using namespace std;
class SineModule : public Unit {
//class SineModule : public Module {
private:
float lastValue;
bool flagLastValueSet;
bool flagTrendKnown;
bool flagTrend;
void initSineModule(char* name);
public:
SineModule();
SineModule(char* name);
bool getAmplitude(float* amplitude, float actualValue);
bool getAbsoluteAmplitude(float* amplitude, float actualValue);
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 10:18 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
289222
Default Alt Text
SineModule.h (506 B)

Event Timeline