コンテンツにスキップ

cpp_robotics::SisoFeedbackSystem::func_list_t

#include <siso_system.hpp>

Public Attributes

Name
std::function< void(void)> controller_reset
std::function< double(double)> controller
std::function< void(void)> system_reset
std::function< double(double)> system

Public Attributes Documentation

variable controller_reset

std::function< void(void)> controller_reset;

variable controller

std::function< double(double)> controller;

variable system_reset

std::function< void(void)> system_reset;

variable system

std::function< double(double)> system;

Updated on 2024-05-28 at 06:55:40 +0000