Simulation for page clock
This commit is contained in:
parent
31c968d0a8
commit
775a22393d
|
@ -12,7 +12,7 @@ class PageClock : public Page
|
||||||
PageClock(CommonData &common){
|
PageClock(CommonData &common){
|
||||||
commonData = &common;
|
commonData = &common;
|
||||||
common.logger->logDebug(GwLog::LOG,"Instantiate PageClock");
|
common.logger->logDebug(GwLog::LOG,"Instantiate PageClock");
|
||||||
simulation = config->getBool(config->useSimuData);
|
simulation = common.config->getBool(common.config->useSimuData);
|
||||||
simtime = 38160; // time value 11:36
|
simtime = 38160; // time value 11:36
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue