File tree 10 files changed +21
-31
lines changed
system/leader_election_converter/src
10 files changed +21
-31
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include < string>
16
- #include < memory>
17
15
#include " availability_converter.hpp"
18
16
19
17
#include " rclcpp/rclcpp.hpp"
20
18
19
+ #include < memory>
20
+ #include < string>
21
+
21
22
namespace leader_election_converter
22
23
{
23
24
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef COMMON__AVAILABILITY_CONVERTER_HPP_
16
- #define COMMON__AVAILABILITY_CONVERTER_HPP_
15
+ #ifndef COMMON__CONVERTER__AVAILABILITY_CONVERTER_HPP_
16
+ #define COMMON__CONVERTER__AVAILABILITY_CONVERTER_HPP_
17
17
18
- #include < autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
19
- #include < tier4_system_msgs/msg/operation_mode_availability.hpp>
18
+ #include " udp_sender.hpp"
20
19
21
20
#include < rclcpp/rclcpp.hpp>
22
- #include < string>
23
- #include < memory>
24
21
25
- #include " udp_sender.hpp"
22
+ #include < autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
23
+ #include < tier4_system_msgs/msg/operation_mode_availability.hpp>
26
24
25
+ #include < memory>
26
+ #include < string>
27
27
28
28
namespace leader_election_converter
29
29
{
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include < string>
16
- #include < memory>
17
-
18
- #include " rclcpp/rclcpp.hpp"
19
15
#include " log_converter.hpp"
20
16
21
17
#include " rclcpp/rclcpp.hpp"
22
18
19
+ #include < memory>
20
+ #include < string>
21
+
23
22
namespace leader_election_converter
24
23
{
25
24
Original file line number Diff line number Diff line change 30
30
#include < string>
31
31
#include < thread>
32
32
33
- #include " udp_sender.hpp"
34
- #include " udp_receiver.hpp"
35
-
36
33
namespace leader_election_converter
37
34
{
38
35
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include < string>
16
- #include < memory>
17
-
18
- #include " rclcpp/rclcpp.hpp"
19
15
#include " mrm_converter.hpp"
20
16
21
17
#include " rclcpp/rclcpp.hpp"
22
18
19
+ #include < memory>
20
+ #include < string>
21
+
23
22
namespace leader_election_converter
24
23
{
25
24
Original file line number Diff line number Diff line change 28
28
#include < string>
29
29
#include < thread>
30
30
31
- #include " udp_sender.hpp"
32
- #include " udp_receiver.hpp"
33
-
34
31
namespace leader_election_converter
35
32
{
36
33
Original file line number Diff line number Diff line change 17
17
#define COMMON__CONVERTER__UDP_RECEIVER_HPP_
18
18
19
19
#include < errno.h>
20
- #include < string>
21
20
#include < fcntl.h>
22
21
#include < netdb.h>
23
22
#include < sys/socket.h>
28
27
#include < functional>
29
28
#include < iostream>
30
29
#include < stdexcept>
30
+ #include < string>
31
31
32
32
namespace leader_election_converter
33
33
{
Original file line number Diff line number Diff line change 19
19
#include < sys/socket.h>
20
20
#include < sys/types.h>
21
21
#include < unistd.h>
22
- #include < string>
23
22
24
23
#include < cstring>
25
24
#include < iostream>
26
25
#include < stdexcept>
26
+ #include < string>
27
27
28
28
namespace leader_election_converter
29
29
{
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include < string>
16
-
17
15
#include " leader_election_converter.hpp"
18
16
17
+ #include < string>
18
+
19
19
namespace leader_election_converter
20
20
{
21
21
Original file line number Diff line number Diff line change 15
15
#ifndef NODE__LEADER_ELECTION_CONVERTER_HPP_
16
16
#define NODE__LEADER_ELECTION_CONVERTER_HPP_
17
17
18
- #include < rclcpp/rclcpp.hpp>
19
- #include < memory>
20
- #include < string>
21
-
22
18
#include " availability_converter.hpp"
23
19
#include " log_converter.hpp"
24
20
#include " mrm_converter.hpp"
25
21
26
22
#include < rclcpp/rclcpp.hpp>
27
23
28
24
#include < memory>
25
+ #include < string>
29
26
30
27
namespace leader_election_converter
31
28
{
You can’t perform that action at this time.
0 commit comments