Skip to content
Snippets Groups Projects
Commit 9ebd56cb authored by bkii's avatar bkii
Browse files

Done!

parent 2eaedb68
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ public class BRE_KNO_MCC_PC1_MCAST_PduSender ...@@ -105,7 +105,7 @@ public class BRE_KNO_MCC_PC1_MCAST_PduSender
payloadList.add(newVariableDatum); payloadList.add(newVariableDatum);
} }
newCommentPdu.setVariableDatums(payloadList); newCommentPdu.setVariableDatums(payloadList);
newCommentPdu.setTimestamp(42 + i + intervall*5); newCommentPdu.setTimestamp(42 + intervall*5);
Pdu aPdu = newCommentPdu; Pdu aPdu = newCommentPdu;
list.add(aPdu); list.add(aPdu);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment