Motion Master
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SystemIdentification::push_back_state_and_time Struct Reference

#include <system_identification.h>

Public Member Functions

 push_back_state_and_time (std::vector< state_type > &states, std::vector< double > &times, bool resample=false, double timeStep=0, size_t size=0)
 
void operator() (const state_type &x, double t)
 

Public Attributes

std::vector< state_type > & m_states
 
std::vector< double > & m_times
 
bool m_resample
 
double m_timeStep
 
size_t m_size
 

Constructor & Destructor Documentation

◆ push_back_state_and_time()

SystemIdentification::push_back_state_and_time::push_back_state_and_time ( std::vector< state_type > &  states,
std::vector< double > &  times,
bool  resample = false,
double  timeStep = 0,
size_t  size = 0 
)
inline

Member Function Documentation

◆ operator()()

void SystemIdentification::push_back_state_and_time::operator() ( const state_type x,
double  t 
)
inline

Member Data Documentation

◆ m_resample

bool SystemIdentification::push_back_state_and_time::m_resample

◆ m_size

size_t SystemIdentification::push_back_state_and_time::m_size

◆ m_states

std::vector<state_type>& SystemIdentification::push_back_state_and_time::m_states

◆ m_times

std::vector<double>& SystemIdentification::push_back_state_and_time::m_times

◆ m_timeStep

double SystemIdentification::push_back_state_and_time::m_timeStep

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