You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rfmon-to-influx/handler/packetHandler.hpp

11 lines
214 B
C++

#ifndef EA8E466A_DAAA_4747_9CEE_65B77A4EF694
#define EA8E466A_DAAA_4747_9CEE_65B77A4EF694
#include "../DTO/packet.hpp"
void packetHandler(Packet packet){
}
#endif /* EA8E466A_DAAA_4747_9CEE_65B77A4EF694 */