diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-20 19:37:50 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-21 10:59:19 +0000 |
commit | 4bcb47864452b2d219572862aed3d173c3c0a945 (patch) | |
tree | bc93d4dc94105a3188ff76b2c566fd0ed9dd3b56 /src/openxc-utils.cpp | |
parent | e04572a03ceea68e47271a9651dbf27eb4e5a190 (diff) |
Some cleaning and comments
Change-Id: Iad73e3a34c5638e012819506b56741f62cfa3e30
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/openxc-utils.cpp')
-rw-r--r-- | src/openxc-utils.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openxc-utils.cpp b/src/openxc-utils.cpp index b53a5eb3..bdc772e7 100644 --- a/src/openxc-utils.cpp +++ b/src/openxc-utils.cpp @@ -16,8 +16,7 @@ * limitations under the License. */ -openxc_VehicleMessage build_VehicleMessage_with_SimpleMessage(openxc_DynamicField_Type type, - const openxc_SimpleMessage& message) +openxc_VehicleMessage build_VehicleMessage_with_SimpleMessage(openxc_DynamicField_Type type, const openxc_SimpleMessage& message) { struct timeb t_msec; long long int timestamp_msec; |