Fix cpplint: make one argument constructor explicit
This commit is contained in:
parent
8572c37ab8
commit
989026d049
@ -11,7 +11,7 @@ typedef enum { // ToDo: to be verified by field tests
|
|||||||
|
|
||||||
class ActivePowerControlCommand : public DevControlCommand {
|
class ActivePowerControlCommand : public DevControlCommand {
|
||||||
public:
|
public:
|
||||||
ActivePowerControlCommand(uint64_t target_address = 0, uint64_t router_address = 0);
|
explicit ActivePowerControlCommand(uint64_t target_address = 0, uint64_t router_address = 0);
|
||||||
virtual bool handleResponse(InverterAbstract* inverter, fragment_t fragment[], uint8_t max_fragment_id);
|
virtual bool handleResponse(InverterAbstract* inverter, fragment_t fragment[], uint8_t max_fragment_id);
|
||||||
virtual void gotTimeout(InverterAbstract* inverter);
|
virtual void gotTimeout(InverterAbstract* inverter);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user