| 201 | } |
| 202 | |
| 203 | void NetworkImplDft::set_device_id(int device_id) { |
| 204 | m_compnode_locator.device = device_id; |
| 205 | m_user_config->device_id = device_id; |
| 206 | } |
| 207 | |
| 208 | void NetworkImplDft::set_stream_id(int stream_id) { |
| 209 | m_compnode_locator.stream = stream_id; |
no outgoing calls