Skip to content

Commit

Permalink
Merge pull request #959 from frogonwheels/remove-obsolete-PollerReceive
Browse files Browse the repository at this point in the history
Remove obsolete PollerReceive function
  • Loading branch information
dexterbg committed Jan 7, 2024
2 parents 83fe0e3 + c79be49 commit 0f5ad97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion vehicle/OVMS.V3/components/vehicle/vehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ class OvmsVehicle : public InternalRamAllocated
void VehicleTicker1(std::string event, void* data);
void VehicleConfigChanged(std::string event, void* data);
void PollerSend(bool fromTicker);
void PollerReceive(CAN_frame_t* frame, uint32_t msgid);

protected:
virtual void IncomingFrameCan1(CAN_frame_t* p_frame);
Expand Down
10 changes: 0 additions & 10 deletions vehicle/OVMS.V3/components/vehicle/vehicle_poller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,16 +332,6 @@ void OvmsVehicle::PollerTxCallback(const CAN_frame_t* frame, bool success)
IncomingPollTxCallback(m_poll, success);
}


/**
* PollerReceive: internal: process poll response frame
*/
void OvmsVehicle::PollerReceive(CAN_frame_t* frame, uint32_t msgid)
{
// obsolete
}


/**
* PollSingleRequest: perform prioritized synchronous single OBD2/UDS request
* Pass a full OBD2/UDS request (mode/type, PID, additional payload).
Expand Down

0 comments on commit 0f5ad97

Please sign in to comment.