run afmt
This commit is contained in:
@ -14,9 +14,8 @@ class TmTcLwIpUdpBridge;
|
||||
class UdpTcLwIpPollingTask : public SystemObject,
|
||||
public ExecutableObjectIF,
|
||||
public HasReturnvaluesIF {
|
||||
public:
|
||||
UdpTcLwIpPollingTask(object_id_t objectId, object_id_t bridgeId,
|
||||
struct netif *gnetif);
|
||||
public:
|
||||
UdpTcLwIpPollingTask(object_id_t objectId, object_id_t bridgeId, struct netif *gnetif);
|
||||
~UdpTcLwIpPollingTask() override;
|
||||
|
||||
ReturnValue_t initialize() override;
|
||||
@ -28,7 +27,7 @@ public:
|
||||
*/
|
||||
ReturnValue_t performOperation(uint8_t operationCode) override;
|
||||
|
||||
private:
|
||||
private:
|
||||
static const uint8_t PERIODIC_HANDLE_TRIGGER = 5;
|
||||
uint8_t periodicHandleCounter;
|
||||
object_id_t bridgeId = 0;
|
||||
|
Reference in New Issue
Block a user