##// END OF EJS Templates
Bug 411 corrected, initialization of byte 18 in...
paul -
r200:c3398948f0c8 R3
parent child
Show More
@@ -1,7 +1,7
1 # LOAD FSW USING LINK 1
1 # LOAD FSW USING LINK 1
2 SpwPlugin0.StarDundeeSelectLinkNumber( 2 )
2 SpwPlugin0.StarDundeeSelectLinkNumber( 2 )
3
3
4 dsu3plugin0.openFile("/opt/DEV_PLE/timegen-qt/bin/timegen")
4 dsu3plugin0.openFile("/opt/LFR/TIMEGEN/0.0.0.1/timegen")
5 dsu3plugin0.loadFile()
5 dsu3plugin0.loadFile()
6
6
7 dsu3plugin0.run()
7 dsu3plugin0.run()
@@ -25,7 +25,7 LFRControlPlugin0.TMEchoBridgeOpenPort()
25
25
26 # LOAD TIMEGEN USING LINK 2
26 # LOAD TIMEGEN USING LINK 2
27 SpwPlugin0.StarDundeeSelectLinkNumber( 2 )
27 SpwPlugin0.StarDundeeSelectLinkNumber( 2 )
28 dsu3plugin0.openFile("/opt/DEV_PLE/timegen-qt/bin/timegen")
28 dsu3plugin0.openFile("/opt/LFR/TIMEGEN/0.0.0.1/timegen")
29 dsu3plugin0.loadFile()
29 dsu3plugin0.loadFile()
30 dsu3plugin0.run()
30 dsu3plugin0.run()
31
31
@@ -376,6 +376,8 void BP_init_header( bp_packet *packet,
376 // AUXILIARY DATA HEADER
376 // AUXILIARY DATA HEADER
377 packet->sid = sid;
377 packet->sid = sid;
378 packet->biaStatusInfo = 0x00;
378 packet->biaStatusInfo = 0x00;
379 packet->sy_lfr_common_parameters_spare = 0x00;
380 packet->sy_lfr_common_parameters = 0x00;
379 packet->acquisitionTime[0] = 0x00;
381 packet->acquisitionTime[0] = 0x00;
380 packet->acquisitionTime[1] = 0x00;
382 packet->acquisitionTime[1] = 0x00;
381 packet->acquisitionTime[2] = 0x00;
383 packet->acquisitionTime[2] = 0x00;
@@ -408,6 +410,8 void BP_init_header_with_spare( bp_packe
408 // AUXILIARY DATA HEADER
410 // AUXILIARY DATA HEADER
409 packet->sid = sid;
411 packet->sid = sid;
410 packet->biaStatusInfo = 0x00;
412 packet->biaStatusInfo = 0x00;
413 packet->sy_lfr_common_parameters_spare = 0x00;
414 packet->sy_lfr_common_parameters = 0x00;
411 packet->time[0] = 0x00;
415 packet->time[0] = 0x00;
412 packet->time[0] = 0x00;
416 packet->time[0] = 0x00;
413 packet->time[0] = 0x00;
417 packet->time[0] = 0x00;
General Comments 0
You need to be logged in to leave comments. Login now