47 if (input.eof())
return false;
50 input.get(*
_buffer.rdbuf(),
';');
interface for communicating with the SLAM algorithm
bool parse_stream(std::istream &in, const std::string &sname="stream input")
bool parseCommand(std::istream &input)
std::stringstream _buffer
virtual ~ParserInterface()
ParserInterface(AbstractSlamInterface *slamInterface)
SlamContextInterface * _slamContextInterface