Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
paul
- Tue, 21 Jan 2014 12:08:28
Show More
0
FSW-qt/Makefile
FSW-qt/Makefile
+1
-1
@@
-1,6
+1,6
1
1
#############################################################################
2
2
# Makefile for building: bin/fsw
3
# Generated by qmake (2.01a) (Qt 4.8.5) on: Mon Jan 20 12:52:59 2014
3
# Generated by qmake (2.01a) (Qt 4.8.5) on: Tue Jan 21 11:57:00 2014
4
4
# Project: fsw-qt.pro
5
5
# Template: app
6
6
# Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ CONFIG+=debug -o Makefile fsw-qt.pro
0
FSW-qt/fsw-qt.pro.user
FSW-qt/fsw-qt.pro.user
+1
-1
@@
-1,6
+1,6
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!DOCTYPE QtCreatorProject>
3
<!-- Written by QtCreator 3.0.0, 2014-01-21T06:52:06. -->
3
<!-- Written by QtCreator 3.0.0, 2014-01-21T13:07:28 . -->
4
4
<qtcreator>
5
5
<data>
6
6
<variable>ProjectExplorer.Project.ActiveTarget</variable>
0
header/fsw_params.h
header/fsw_params.h
+2
-1
0
src/wf_handler.c
src/wf_handler.c
+6
-2
@@
-1014,8
+1014,12
void reset_waveform_picker_regs()
1014
1014
set_wfp_delta_snapshot (); // time in seconds between two snapshots
1015
1015
waveform_picker_regs -> delta_f2_f1 = 0xffff ; // 0x16800 => 92160 (max 4 bytes)
1016
1016
waveform_picker_regs -> delta_f2_f0 = 0x17c00 ; // 97 280 (max 5 bytes)
1017
waveform_picker_regs -> nb_burst_available = 0x180 ; // max 3 bytes, size of the buffer in burst (1 burst = 16 x 4 octets)
1018
waveform_picker_regs -> nb_snapshot_param = 0x7ff ; // max 3 octets, 2048 - 1
1017
// waveform_picker_regs->nb_burst_available = 0x180; // max 3 bytes, size of the buffer in burst (1 burst = 16 x 4 octets)
1018
// // 3 * 2048 / 16 = 384
1019
// waveform_picker_regs->nb_snapshot_param = 0x7ff; // max 3 octets, 2048 - 1
1020
waveform_picker_regs -> nb_burst_available = 0x1b9 ; // max 3 bytes, size of the buffer in burst (1 burst = 16 x 4 octets)
1021
// 3 * 2352 / 16 = 441
1022
waveform_picker_regs -> nb_snapshot_param = 0x944 ; // max 3 octets, 2372 - 1
1019
1023
#endif
1020
1024
}
1021
1025
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages