Apollo 10.0
自动驾驶开放平台
scu_3_303.h
浏览该文件的文档.
1/******************************************************************************
2 * Copyright 2019 The Apollo Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *****************************************************************************/
16
17#pragma once
18
19#include "modules/canbus_vehicle/ge3/proto/ge3.pb.h"
21
22namespace apollo {
23namespace canbus {
24namespace ge3 {
25
27 ::apollo::canbus::Ge3> {
28 public:
29 static const int32_t ID;
30 Scu3303();
31 void Parse(const std::uint8_t* bytes, int32_t length,
32 Ge3* chassis) const override;
33
34 private:
35 // config detail: {'description': 'VIN string character 15', 'offset': 0.0,
36 // 'precision': 1.0, 'len': 8, 'name': 'VIN15', 'is_signed_var': False,
37 // 'physical_range': '[0|255]', 'bit': 63, 'type': 'int', 'order': 'motorola',
38 // 'physical_unit': '-'}
39 int vin15(const std::uint8_t* bytes, const int32_t length) const;
40
41 // config detail: {'description': 'VIN string character 14', 'offset': 0.0,
42 // 'precision': 1.0, 'len': 8, 'name': 'VIN14', 'is_signed_var': False,
43 // 'physical_range': '[0|255]', 'bit': 55, 'type': 'int', 'order': 'motorola',
44 // 'physical_unit': '-'}
45 int vin14(const std::uint8_t* bytes, const int32_t length) const;
46
47 // config detail: {'description': 'VIN string character 13', 'offset': 0.0,
48 // 'precision': 1.0, 'len': 8, 'name': 'VIN13', 'is_signed_var': False,
49 // 'physical_range': '[0|255]', 'bit': 47, 'type': 'int', 'order': 'motorola',
50 // 'physical_unit': '-'}
51 int vin13(const std::uint8_t* bytes, const int32_t length) const;
52
53 // config detail: {'description': 'VIN string character 12', 'offset': 0.0,
54 // 'precision': 1.0, 'len': 8, 'name': 'VIN12', 'is_signed_var': False,
55 // 'physical_range': '[0|255]', 'bit': 39, 'type': 'int', 'order': 'motorola',
56 // 'physical_unit': '-'}
57 int vin12(const std::uint8_t* bytes, const int32_t length) const;
58
59 // config detail: {'description': 'VIN string character 11', 'offset': 0.0,
60 // 'precision': 1.0, 'len': 8, 'name': 'VIN11', 'is_signed_var': False,
61 // 'physical_range': '[0|255]', 'bit': 31, 'type': 'int', 'order': 'motorola',
62 // 'physical_unit': '-'}
63 int vin11(const std::uint8_t* bytes, const int32_t length) const;
64
65 // config detail: {'description': 'VIN string character 10', 'offset': 0.0,
66 // 'precision': 1.0, 'len': 8, 'name': 'VIN10', 'is_signed_var': False,
67 // 'physical_range': '[0|255]', 'bit': 23, 'type': 'int', 'order': 'motorola',
68 // 'physical_unit': '-'}
69 int vin10(const std::uint8_t* bytes, const int32_t length) const;
70
71 // config detail: {'description': 'VIN string character 09', 'offset': 0.0,
72 // 'precision': 1.0, 'len': 8, 'name': 'VIN09', 'is_signed_var': False,
73 // 'physical_range': '[0|255]', 'bit': 15, 'type': 'int', 'order': 'motorola',
74 // 'physical_unit': '-'}
75 int vin09(const std::uint8_t* bytes, const int32_t length) const;
76
77 // config detail: {'description': 'VIN string character 08', 'offset': 0.0,
78 // 'precision': 1.0, 'len': 8, 'name': 'VIN08', 'is_signed_var': False,
79 // 'physical_range': '[0|255]', 'bit': 7, 'type': 'int', 'order': 'motorola',
80 // 'physical_unit': '-'}
81 int vin08(const std::uint8_t* bytes, const int32_t length) const;
82};
83
84} // namespace ge3
85} // namespace canbus
86} // namespace apollo
static const int32_t ID
Definition scu_3_303.h:29
void Parse(const std::uint8_t *bytes, int32_t length, Ge3 *chassis) const override
Definition scu_3_303.cc:31
This is the base class of protocol data.
class register implement
Definition arena_queue.h:37
The class of ProtocolData