Add CommandResponse type to VehicleMessage (from VI to host).
[apps/agl-service-can-low-level.git] / gen / java / com / openxc / BinaryMessages.java
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.