This commit is contained in:
2021-08-17 14:05:59 +02:00
parent f72f678d45
commit c4c16ad9c0
10 changed files with 273 additions and 91 deletions

View File

@ -667,7 +667,7 @@ class Detector {
void setSourceUDPMAC2(const MacAddr mac, Positions pos = {});
Result<defs::udpDestination>
getDestinationUDPList(const int entry, Positions pos = {}) const;
getDestinationUDPList(const uint32_t entry, Positions pos = {}) const;
void setDestinationUDPList(const defs::udpDestination, const int module_id);