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

12 lines
316 B
C++

#ifndef EA8E466A_DAAA_4747_9CEE_65B77A4EF694
#define EA8E466A_DAAA_4747_9CEE_65B77A4EF694
#include "../DTO/packet.hpp"
void packetHandler(const Packet &packet){
// Here we have to build influx-dataseries from the packet
// Its probably a good idea to
}
#endif /* EA8E466A_DAAA_4747_9CEE_65B77A4EF694 */