add interface.
This commit is contained in:
parent
c0a3294a90
commit
fb313da3b0
@ -325,6 +325,10 @@ SensorScheduler::SensorScheduler() {
|
|||||||
UpdateCfg::ReadCfg(update_);
|
UpdateCfg::ReadCfg(update_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SensorScheduler::WaveError(int short_addr) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
long SensorScheduler::GetBaseTimestamp(int short_addr) {
|
long SensorScheduler::GetBaseTimestamp(int short_addr) {
|
||||||
int id = 0;
|
int id = 0;
|
||||||
auto iter = short_addr_map_.find(short_addr);
|
auto iter = short_addr_map_.find(short_addr);
|
||||||
|
|||||||
@ -41,6 +41,7 @@ public:
|
|||||||
int StartSchedule(int short_addr, int &next_duration);
|
int StartSchedule(int short_addr, int &next_duration);
|
||||||
int GetNextDuration(int short_addr);
|
int GetNextDuration(int short_addr);
|
||||||
|
|
||||||
|
void WaveError(int short_addr);
|
||||||
long GetBaseTimestamp(int id);
|
long GetBaseTimestamp(int id);
|
||||||
long CalcNextTimestamp(int id, uint16_t short_addr);
|
long CalcNextTimestamp(int id, uint16_t short_addr);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user