All: Update network names

Updates all network names, the new format is <id>_<%02d>.
This commit is contained in:
Kyle Schwarz
2025-04-17 20:57:46 +00:00
parent e88cd244c8
commit 8b680f2b64
134 changed files with 2107 additions and 20559 deletions
+2 -2
View File
@@ -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;