Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
platoon_strategic_ihp::ActionPlan Struct Reference

Struct for an action plan, which describes a transient joining activity. More...

#include <platoon_manager_ihp.h>

Collaboration diagram for platoon_strategic_ihp::ActionPlan:
Collaboration graph

Public Member Functions

 ActionPlan ()
 
 ActionPlan (bool valid, unsigned long planStartTime, std::string planId, std::string peerId)
 

Public Attributes

bool valid
 
unsigned long planStartTime
 
std::string planId
 
std::string peerId
 

Detailed Description

Struct for an action plan, which describes a transient joining activity.

Definition at line 45 of file platoon_manager_ihp.h.

Constructor & Destructor Documentation

◆ ActionPlan() [1/2]

platoon_strategic_ihp::ActionPlan::ActionPlan ( )
inline

◆ ActionPlan() [2/2]

platoon_strategic_ihp::ActionPlan::ActionPlan ( bool  valid,
unsigned long  planStartTime,
std::string  planId,
std::string  peerId 
)
inline

Definition at line 54 of file platoon_manager_ihp.h.

Member Data Documentation

◆ peerId

◆ planId

◆ planStartTime

unsigned long platoon_strategic_ihp::ActionPlan::planStartTime

◆ valid


The documentation for this struct was generated from the following file: