mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
All: Update network names
Updates all network names, the new format is <id>_<%02d>.
This commit is contained in:
@@ -52,7 +52,7 @@ TEST_F(A2BEncoderDecoderTest, PacketEncoderTest)
|
||||
true
|
||||
);
|
||||
|
||||
messagePtr->network = icsneo::Network::NetID::A2B2;
|
||||
messagePtr->network = icsneo::Network::NetID::A2B_02;
|
||||
A2BMessage& message = *messagePtr.get();
|
||||
|
||||
message.setChannelSample(
|
||||
@@ -99,7 +99,7 @@ TEST_F(A2BEncoderDecoderTest, PacketDecoderTest)
|
||||
true
|
||||
);
|
||||
|
||||
message->network = icsneo::Network::NetID::A2B1;
|
||||
message->network = icsneo::Network::NetID::A2B_01;
|
||||
message->txmsg = false;
|
||||
message->monitor = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user