Linux Foundation Collaborative Projects
index
:
agl-service-can-low-level
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
sandbox/DDTLK/autobuild
sandbox/DDTLK/fix-tests
sandbox/claneys/SPEC-3204
sandbox/claneys/modular-low-can
sandbox/excale/wip
sandbox/walzert/agl-service-can-low-level
sandbox/walzert/can_build_icefish
sandbox/ydimitrov/revised_comments
sandbox/zheng_wenlong/als2019
Low level CAN service made to decode and write on CAN bus.
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-28
Remove file socketcan-j1939 that was not removed before
Romain Forlot
7
-200
/
+191
2019-11-28
Remove in function convert_from_addr, the variable flags was not used
Romain Forlot
1
-1
/
+0
2019-11-28
Remove in function rx_filter_can, the variable val was not used
Romain Forlot
1
-1
/
+0
2019-11-28
Add new decoders bytes for signal of long size
Romain Forlot
5
-2
/
+153
2019-11-28
Change signature of decoders
Romain Forlot
11
-53
/
+62
2019-11-28
Add some typedef to reduce the size of the lines
Romain Forlot
14
-51
/
+61
2019-11-28
Change vector to list to allow to remove signal.
Romain Forlot
2
-12
/
+29
2019-11-28
Update bit position and bit size in signal
Romain Forlot
2
-14
/
+15
2019-11-28
Add feature ISO TP (multi frames and peer to peer)
Romain Forlot
19
-54
/
+939
2019-11-28
Replace all enum types with masks
Romain Forlot
20
-354
/
+1315
2019-11-28
Update function tx_send for multi frame prevision
Romain Forlot
1
-7
/
+30
2019-11-28
Only defined signals can be written
Romain Forlot
1
-26
/
+59
2019-11-28
Update function rx_filter_can for multi frame prevision.
Romain Forlot
2
-12
/
+46
2019-11-28
Change function get_bcm_msg to return a reference.
Romain Forlot
2
-2
/
+2
2019-11-28
Move attributes flags and maxdlen
Romain Forlot
5
-22
/
+41
2019-11-28
Add function remove last bcm frame
Romain Forlot
2
-0
/
+12
2019-11-28
Add many frames in a subscription in the function tx_send.
Romain Forlot
1
-3
/
+6
2019-11-28
Add function to convert vector to canfd or can frame.
Romain Forlot
2
-1
/
+64
2019-11-28
Add function get_data_vector with index
Romain Forlot
2
-0
/
+35
2019-11-28
Update function to encode and decode message
Romain Forlot
4
-91
/
+165
2019-11-28
Update j1939 decode with function to_hex
Romain Forlot
1
-19
/
+2
2019-11-28
Add file converter to manage all conversions
Romain Forlot
3
-0
/
+86
2019-11-28
Uniform indentation with tabulation
Romain Forlot
12
-450
/
+448
2019-11-28
Fix: only one subscription could be made
Romain Forlot
2
-4
/
+8
2019-11-28
Update documentation.
Romain Forlot
2
-26
/
+31
2019-11-28
Add tests for J1939 features.
Romain Forlot
6
-3
/
+179
2019-11-28
Integrate the J1939 features : address claiming and write.
Romain Forlot
18
-112
/
+1195
2019-11-28
Add feature to build messages and fix some functions
Romain Forlot
22
-133
/
+524
2019-11-28
Update examples and can_samples
Romain Forlot
15
-328
/
+3398
2019-11-12
Fix branch in .gitreview
halibut_8.0.3
halibut/8.0.3
8.0.3
Scott Murray
1
-2
/
+1
2019-07-03
signals.cpp: Make an insensitive string comparison
halibut_8.0.2
halibut_8.0.1
halibut_8.0.0
halibut_7.99.3
halibut/8.0.2
halibut/8.0.1
halibut/8.0.0
halibut/7.99.3
8.0.2
8.0.1
8.0.0
7.99.3
Romain Forlot
3
-4
/
+15
2019-06-27
Fix spelling
halibut_7.99.2
halibut/7.99.2
7.99.2
Sebastien Douheret
1
-1
/
+1
2019-06-27
Fix invalid markdown filename in documentation
Sebastien Douheret
1
-1
/
+1
2019-06-27
Minor improvements
Romain Forlot
9
-20
/
+14
2019-06-27
Add J1939 frame example.
Arthur Guyader
1
-0
/
+13011
2019-06-27
Update the documentation for J1939.
Arthur Guyader
3
-2
/
+124
2019-06-27
Updating application-generated.cpp.
Romain Forlot
10
-1458
/
+2787
2019-06-26
Small fixes (include and pointer)
Romain Forlot
3
-3
/
+5
2019-06-26
Modify function to open socket j1939
Romain Forlot
2
-21
/
+59
2019-06-26
Add the possibility to subscribe an id or a pgn
Arthur Guyader
3
-22
/
+106
2019-06-26
Rename some of the classes removing can- prefix
Romain Forlot
31
-299
/
+394
2019-06-26
New constructor j1939 message definition
Romain Forlot
2
-0
/
+33
2019-06-26
Change can_message_t class usage for new j1939
Romain Forlot
27
-231
/
+654
2019-06-26
Add CMake option to compile with J1939
Romain Forlot
2
-1
/
+25
2019-06-26
Use subscription's sockets as shared_ptr
Romain Forlot
3
-20
/
+24
2019-06-26
Use shared_ptr to set message_set parent
Romain Forlot
3
-5
/
+5
2019-06-26
Implement a new socket type CAN for j1939 protocol
Arthur Guyader
10
-55
/
+305
2019-06-19
Modify to receive signal with bigger value than the number of states
Hiroki Koga
1
-1
/
+1
2019-06-14
Require to run at platform scope
José Bollo
1
-0
/
+1
2019-05-17
Fix: double free issue
halibut_7.99.1
halibut/7.99.1
7.99.1
Romain Forlot
1
-2
/
+0
[next]