|
Drake
|
#include <drake/systems/LCMSystem.h>
Public Types | |
| template<typename ScalarType > | |
| using | StateVector = NullVector< ScalarType > |
| template<typename ScalarType > | |
| using | InputVector = Vector< ScalarType > |
| template<typename ScalarType > | |
| using | OutputVector = NullVector< ScalarType > |
Public Member Functions | |
| LCMOutputSystem (std::shared_ptr< lcm::LCM > lcm) | |
| StateVector< double > | dynamics (const double &t, const StateVector< double > &x, const InputVector< double > &u) const |
| OutputVector< double > | output (const double &t, const StateVector< double > &x, const InputVector< double > &u) const |
| using InputVector = Vector<ScalarType> |
| using OutputVector = NullVector<ScalarType> |
| using StateVector = NullVector<ScalarType> |
|
inlineexplicit |
|
inline |
|
inline |