MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / set_routing_id

Function set_routing_id

3rdparty/cppzmq/zmq.hpp:655–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653 }
654
655 void set_routing_id(uint32_t routing_id)
656 {
657 int rc = zmq_msg_set_routing_id(&msg, routing_id);
658 if (rc != 0)
659 throw error_t();
660 }
661
662 const char *group() const
663 {

Callers

nothing calls this directly

Calls 1

error_tClass · 0.85

Tested by

no test coverage detected