| 88 | |
| 89 | void Reset(cHardwareBase* in_hardware, int in_id); |
| 90 | int GetID() const { return m_id; } |
| 91 | void SetID(int in_id) { m_id = in_id; } |
| 92 | int GetPromoterInstExecuted() { return m_promoter_inst_executed; } |
| 93 | void IncPromoterInstExecuted() { m_promoter_inst_executed++; } |
no outgoing calls
no test coverage detected