SOLA
|
Single-point parking queue with unlimited space. More...
#include <agv_queue.h>
Public Member Functions | |
std::string | next () |
void | add (const std::string &agv_id) |
bool | hasAGV () const |
size_t | numberAGV () const |
Single-point parking queue with unlimited space.
void daisi::path_planning::AGVQueue::add | ( | const std::string & | agv_id | ) |
Add AGV to the end of the queue
agv_id | ID of the AGV |
std::string daisi::path_planning::AGVQueue::next | ( | ) |
Get and remove the next AGV from the queue