10 #ifndef DUMMY_MSG_CREATOR_H_ 11 #define DUMMY_MSG_CREATOR_H_ 13 #include "vda5050_msgs/Order.h" 14 #include "vda5050_msgs/Node.h" 15 #include "vda5050_msgs/Action.h" 16 #include "vda5050_msgs/Edge.h" 17 #include "vda5050_msgs/ActionParameter.h" 22 OrderMsg(vda5050_msgs::Order &msg,
int last_released_node, std::string& last_released_nodeId);
26 std::string new_orderId,
29 int node_released_num);
std::string _last_released_nodeId
void create_nodes(int node_num, int node_released_num)
void create_example_order(int new_headerId, std::string new_orderId, int new_oderUpdateId, int node_num, int node_released_num)
std::string rand_str(const int len)
vda5050_msgs::Action create_actions(std::string actionType)
void create_edges(int node_num, int node_released_num)
vda5050_msgs::Order get_msg()