Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F25858197
StateModule.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
600 B
Referenced Files
None
Subscribers
None
StateModule.h
View Options
#ifndef STATEMODULE_HEADERFILE
#define STATEMODULE_HEADERFILE
/*
#include "State.h"
#include "Module.h"
#include <vector>
using namespace std;
class StateModule : public Module {
private:
vector<State*> vStates;
unsigned int maxNumOfStates;
int delimitationMode;
void initStateModule();
public:
StateModule();
StateModule(char* name);
bool set_maxNumOfStates(unsigned int maxNumOfStates);
unsigned int get_maxNumOfStates();
bool set_delimitationMode(int delimitationMode);
int get_delimitationMode();
State* add_state();
};
*/
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Aug 29, 3:31 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
375095
Default Alt Text
StateModule.h (600 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment