summaryrefslogtreecommitdiff
path: root/implementation/message
Commit message (Collapse)AuthorAgeFilesLines
* vSomeIP 2.7.02.7.0Juergen Gehring2017-06-202-1/+15
|
* vSomeIP 2.5.32.5.3Juergen Gehring2017-02-2812-18/+18
|
* vSomeIP 2.5.12.5.1Jürgen Gehring2016-12-126-87/+95
|
* vsomeip 2.4.22.4.2Jürgen Gehring2016-10-115-5/+8
|
* vSomeIP 2.2.42.2.4Jürgen Gehring2016-09-208-10/+32
|
* vSomeIP 2.0.02.0.0Dirk Huss2015-11-257-266/+271
|
* vSomeIP 1.3.01.3.0Jürgen Gehring2015-07-2912-161/+172
|
* First part of event/eventgroup implementation. Subscription works.Lutz Bichler2014-08-017-201/+4
| | | Second part (routing) is missing.
* Removed "add_event", "add_field" and "remove_event_or_field" from theLutz Bichler2014-07-282-0/+10
| | | | | | | | | | application interface. The supported (or meant to be supported) events and fields together with the eventgroups they are assigned to are predefined by the configuration. Changed signature of "set"-method from data vector to payload. Added conveniance methods to the runtime class which allow to construct payload objects from data given as byte array or vector.
* Changed writing of constants (small letters now).Lutz Bichler2014-07-224-28/+43
| | | Fixed deserializing of byte arrays.
* Fix receiving in case of multicasts (e.g. SD).Lutz Bichler2014-07-222-0/+13
| | | | | | | Make serialize/deserialize-methods in entry_impl- and option_impl-classes virtual as the base classes that contained the virtual-specification in earlier versions do no longer exist. Added show-method to serializer to facilitate analysis of serialization problems.
* Implemented static UDP & TCP routing.Lutz Bichler2014-07-141-1/+1
| | | | | | | | | | | Added configuration files for testing TCP/UDP communication. Replaced buffer queue handling by passing shared pointer to avoid buffer overwrites. Extended clients sample: Sending is now done in an extra thread as sleeping in a callback is a bad idea if the client hosts the routing manager ;-). TODO: Re-enable Magic Cookies for TCP Finalitze Service Discovery
* Always initialize message payload. This does not really make sense butLutz Bichler2014-07-072-1/+5
| | | prevents the user from having to check against non-existing payload.
* Added some initial SD code (without any functionality yet)Lutz Bichler2014-07-071-1/+2
| | | | | | | Renamed exportmap to reflect the fact that it is gcc-specific. Adapted cmake-file to use the export map for gcc (Linux) only. Adapted name of IP-option implementations Commented recursive lambda function as clang complains about it not being initialized and might be right.
* Improve usage of shared pointers.Lutz Bichler2014-07-022-1/+15
|
* Added event class.Lutz Bichler2014-07-017-75/+156
|
* Initial commit of redesigned vsomeip libraries.Lutz Bichler2014-07-0114-0/+1019