Go to the source code of this file.
Classes | |
class | corbo::FirstStateSystemOutput |
Return first state vector component as system output. More... | |
class | corbo::FullStateSystemOutput |
Return full state vector as system output. More... | |
class | corbo::LastStateSystemOutput |
Return first state vector component as system output. More... | |
class | corbo::LinearStateSystemOutput |
Linear system output function. More... | |
class | corbo::SystemOutputInterface |
Interface class for system output functions. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_OUTPUT_FUNCTION(type) FACTORY_REGISTER_OBJECT(type, SystemOutputInterface) |
Typedefs | |
using | corbo::OutputFunctionFactory = Factory< SystemOutputInterface > |
#define FACTORY_REGISTER_OUTPUT_FUNCTION | ( | type | ) | FACTORY_REGISTER_OBJECT(type, SystemOutputInterface) |
Definition at line 124 of file output_function_interface.h.