added support for timestamp to vehicle messages
[apps/agl-service-can-low-level.git] / gen / java / com / openxc / BinaryMessages.java
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-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 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-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-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.