Skip to content
Snippets Groups Projects
Commit 44f01fd7 authored by bkii's avatar bkii
Browse files

Done again... hhmmppffff

parent f79a42ae
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,8 @@ public class BRE_KNO_MCC_PC1_MCAST_PduSender
ArrayList<VariableDatum> payloadList = new ArrayList<VariableDatum>();
ArrayList<String> commentsList = new ArrayList<>();
commentsList.add("Chuck Norris is comming to town! " + "Warning " + i+1 + intervall*5);
newCommentPdu.setTimestamp((intervall * 5) + i );
commentsList.add("Chuck Norris is comming to town! " + "Warning " + newCommentPdu.getTimestamp());
for (String comment : commentsList)
{
......@@ -105,7 +106,6 @@ public class BRE_KNO_MCC_PC1_MCAST_PduSender
payloadList.add(newVariableDatum);
}
newCommentPdu.setVariableDatums(payloadList);
newCommentPdu.setTimestamp((i + (intervall * 5)));
Pdu aPdu = newCommentPdu;
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