mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-18 17:56:52 +01:00
Update: Add Aggregate Gateway functions. #127
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -34,7 +34,7 @@ TestTopicIdMap::~TestTopicIdMap()
|
||||
|
||||
bool TestTopicIdMap::testGetElement(uint16_t msgid, uint16_t id, MQTTSN_topicTypes type)
|
||||
{
|
||||
TopicIdMapelement* elm = _map->getElement((uint16_t)msgid );
|
||||
TopicIdMapElement* elm = _map->getElement((uint16_t)msgid );
|
||||
if ( elm )
|
||||
{
|
||||
//printf("msgid=%d id=%d type=%d\n", msgid, elm->getTopicId(), elm->getTopicType());
|
||||
|
||||
Reference in New Issue
Block a user