Flexiv RDK APIs  1.4
Public Attributes | List of all members
flexiv::rdk::PlanInfo Struct Reference

Data structure containing information of the on-going primitive/plan. More...

#include <data.hpp>

Public Attributes

std::string pt_name = {}
 
std::string node_name = {}
 
std::string node_path = {}
 
std::string node_path_time_period = {}
 
std::string node_path_number = {}
 
std::string assigned_plan_name = {}
 
double velocity_scale = {}
 
bool waiting_for_step = {}
 

Detailed Description

Data structure containing information of the on-going primitive/plan.

Definition at line 201 of file data.hpp.

Member Data Documentation

◆ assigned_plan_name

std::string flexiv::rdk::PlanInfo::assigned_plan_name = {}

Assigned plan name

Definition at line 219 of file data.hpp.

◆ node_name

std::string flexiv::rdk::PlanInfo::node_name = {}

Current node name

Definition at line 207 of file data.hpp.

◆ node_path

std::string flexiv::rdk::PlanInfo::node_path = {}

Current node path

Definition at line 210 of file data.hpp.

◆ node_path_number

std::string flexiv::rdk::PlanInfo::node_path_number = {}

Current node path number

Definition at line 216 of file data.hpp.

◆ node_path_time_period

std::string flexiv::rdk::PlanInfo::node_path_time_period = {}

Current node path time period

Definition at line 213 of file data.hpp.

◆ pt_name

std::string flexiv::rdk::PlanInfo::pt_name = {}

Current primitive name

Definition at line 204 of file data.hpp.

◆ velocity_scale

double flexiv::rdk::PlanInfo::velocity_scale = {}

Velocity scale

Definition at line 222 of file data.hpp.

◆ waiting_for_step

bool flexiv::rdk::PlanInfo::waiting_for_step = {}

Waiting for user signal to step the breakpoint

Definition at line 225 of file data.hpp.


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