Skip to content

Commit e470ea6

Browse files
author
Filippo Mutta
committed
Added new protocol handling in log collection
1 parent 2cd0570 commit e470ea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utility/LogCollection.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ std::string protocolToString(XLinkProtocol_t protocol) {
5959
return "X_LINK_LOCAL_SHDMEM";
6060
case X_LINK_TCP_IP_OR_LOCAL_SHDMEM:
6161
return "X_LINK_TCP_IP_OR_LOCAL_SHDMEM";
62+
case X_LINK_USB_EP:
63+
return "X_LINK_USB_EP";
6264
case X_LINK_NMB_OF_PROTOCOLS:
6365
return "X_LINK_NMB_OF_PROTOCOLS";
6466
case X_LINK_ANY_PROTOCOL:

0 commit comments

Comments
 (0)