tools
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes | List of all members
roboticslab::Playback Class Reference

Implementation for Playback.

#include <Playback.hpp>

Inheritance diagram for roboticslab::Playback:
PlaybackThread

Public Types

using row_t = std::vector< std::vector< double > >
 

Public Member Functions

bool fromFile (const std::string &fileName)
 
std::size_t getNumRows () const
 
std::size_t getCurrentRowIndex () const
 
bool hasNextRow () const
 
const row_t::value_type & getNextRow ()
 
void reset ()
 

Private Attributes

row_t storage
 
row_t::const_iterator iter
 

The documentation for this class was generated from the following files: