22 #ifndef INCLUDED_GR_HIER_BLOCK2_H
23 #define INCLUDED_GR_HIER_BLOCK2_H
189 throw std::invalid_argument(
"hier msg in port by this name already registered");
190 if(msg_queue.find(port_id) != msg_queue.end())
191 throw std::invalid_argument(
"block already has a primitive input port by this name");
196 throw std::invalid_argument(
"hier msg out port by this name already registered");
198 throw std::invalid_argument(
"block already has a primitive output port by this name");