Apollo  6.0
Open source self driving car software
Classes | Namespaces | Macros
udp_bridge_sender_component.h File Reference
#include <netinet/in.h>
#include <sys/socket.h>
#include <cstdlib>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include "modules/bridge/proto/udp_bridge_remote_info.pb.h"
#include "modules/planning/proto/planning.pb.h"
#include "cyber/class_loader/class_loader.h"
#include "cyber/component/component.h"
#include "cyber/cyber.h"
#include "cyber/init.h"
#include "cyber/io/session.h"
#include "cyber/scheduler/scheduler_factory.h"
#include "modules/bridge/common/bridge_gflags.h"
#include "modules/common/monitor_log/monitor_log_buffer.h"
#include "modules/common/util/util.h"
Include dependency graph for udp_bridge_sender_component.h:

Go to the source code of this file.

Classes

class  apollo::bridge::UDPBridgeSenderComponent< T >
 

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::bridge
 

Macros

#define BRIDGE_COMPONENT_REGISTER(pb_msg)   CYBER_REGISTER_COMPONENT(UDPBridgeSenderComponent<pb_msg>)
 

Macro Definition Documentation

◆ BRIDGE_COMPONENT_REGISTER

#define BRIDGE_COMPONENT_REGISTER (   pb_msg)    CYBER_REGISTER_COMPONENT(UDPBridgeSenderComponent<pb_msg>)