Page MenuHomePhorge

HistoryEntry.h
No OneTemporary

Size
273 B
Referenced Files
None
Subscribers
None

HistoryEntry.h

#ifndef HISTORYENTRY_HEADERFILE
#define HISTORYENTRY_HEADERFILE
// TODO: save also time stamp or something similar
class HistoryEntry {
private:
float entryValue;
public:
HistoryEntry();
void set_entryValue(float entryValue);
float get_entryValue();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 6:29 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283328
Default Alt Text
HistoryEntry.h (273 B)

Event Timeline