Merge pull request #33 from openxc/addingPlatformCommand
[apps/agl-service-can-low-level.git] / gen / cpp / openxc.pb.h
2016-09-14 Ryan OberholzerMerge pull request #33 from openxc/addingPlatformCommand
2016-09-14 rwoberholzerAdded platform to message format
2016-09-10 Christopher PeplinMerge pull request #29 from openxc/increase-payload
2016-08-04 Eric Marsmanmake results
2016-05-09 EricMerge pull request #28 from openxc/next
2016-03-17 EricMerge pull request #27 from openxc/messagepackadditions
2016-03-04 Eric Marsmanmerged next & conflict resolved on version number
2016-02-29 Eric Marsmanre-compiled with libprotoc 2.4.1 - should be no changes
2016-02-29 Eric MarsmanMerge branch 'messagepackadditions' of https://github...
2015-12-11 dsouzahansenfrancisadded support for timestamp to vehicle messages
2015-11-26 dsouzahansenfrancisAdded SD_MOUNT_STATUS command
2015-11-19 dsouzahansenfrancisAdded RTC configuration command
2015-10-27 dsouzahansenfrancisAdded Message Pack to payload format
2015-09-15 EricMerge pull request #23 from mgiannikouris/crosschasm-c5
2014-12-02 mgiannikourisadded uptime field to VehicleMessage
2014-11-15 Christopher PeplinMerge branch 'next'
2014-11-07 Christopher PeplinBack off change to CAN message ID for backwards compati...
2014-10-14 Christopher PeplinUpdate protobuf options to use new field names.
2014-10-07 Christopher PeplinRemove redundant 'type' field from binary SimpleVehicle...
2014-10-07 Christopher PeplinDeprecate "translated" and "raw" names in binary format.
2014-10-07 Christopher PeplinMerge remote-tracking branch 'origin/16-new-names'...
2014-10-07 Christopher PeplinGive frame format field a more specific name.
2014-10-07 Christopher PeplinAdd a field to CAN messages to explicitly set the frame...
2014-09-30 Christopher PeplinAdd a command to enable/disable pre-defined OBD-II...
2014-09-28 Christopher PeplinStandardize names for payload format.
2014-09-28 Christopher PeplinRemove unnecessary 'bus' field from message format...
2014-09-27 Christopher PeplinAdd a command to change message format while running.
2014-09-27 Christopher PeplinUpdate compiled files.
2014-09-27 Christopher PeplinAdd a control command to control AF bypass status.
2014-09-21 Christopher PeplinSimplify passthrough command to just a boolean.
2014-09-21 Christopher PeplinMerge remote-tracking branch 'origin/latest-nanopb...
2014-09-21 Christopher PeplinAdd passthrough command and refactor commands in binary...
2014-09-17 Christopher PeplinRe-build with nanopb v0.3.1.
2014-08-12 Christopher PeplinMove action field to ControlCommand in binary format.
2014-08-11 Christopher PeplinAdd a 'status' field to command responses.
2014-08-11 Christopher PeplinRemove 'update' feature of diag request commands.
2014-08-05 Christopher PeplinRequire an 'action' in diagnostic requests.
2014-04-29 Christopher PeplinMerge remote-tracking branch 'origin/master' into diagn...
2014-03-26 Christopher PeplinRefactor diagnostic fields for decoding payload.
2014-03-26 Christopher PeplinRemove parse_payload from diagnostic messages, it's...
2014-03-15 Christopher PeplinAdd 'name' and 'multiple_responses' fields to diag...
2014-03-06 Christopher PeplinAdd CommandResponse type to VehicleMessage (from VI...
2014-03-04 Christopher PeplinCondense string/number/bool trio into a field.
2014-03-04 Christopher PeplinMove ControlCommand inside VehicleMessage so it can...
2014-03-03 Christopher PeplinAdd a draft protobuf format for diagnostic requests.
2014-02-19 Christopher PeplinAdd a value field to diagnostic responses for parsed...
2014-01-17 Christopher PeplinStore raw CAN payload in bytes instead of uint64_t.
2014-01-17 Christopher PeplinMerge branch 'master' into diagnostic
2014-01-17 Christopher PeplinAdd Diagnostic type within VehicleMessage supertype.
2014-01-17 Christopher PeplinStore diagnostic response payload as a byte array in...
2014-01-17 Christopher PeplinAdd a protobuf type for diagnostic message responses.
2014-01-17 Christopher PeplinUpdate nanopb to 0.2.5 and fix max string length options.
2014-01-07 Christopher PeplinMinimize the number of separate protobuf types.
2014-01-07 Christopher PeplinRevert "Switch back to many subtypes for binary messages."
2014-01-07 Christopher PeplinRevert "Restore accidentally deleted data field from...
2014-01-07 Christopher PeplinRestore accidentally deleted data field from raw message.
2014-01-07 Christopher PeplinSwitch back to many subtypes for binary messages.
2014-01-07 Christopher PeplinFix package name of generated protobuf objects.
2014-01-07 Christopher PeplinSwitch raw data field to uint64 to fit all values and...
2014-01-07 Christopher PeplinMerge all sub-types into a single TranslatedMessage...
2014-01-07 Christopher PeplinAdd generated protobuf implementations.