#include <performance_measurement.hpp>
|
| | Component (Widgets::Plugin *hplugin) |
| |
| void | setTickPointers (int64_t *s_ticks, int64_t *e_ticks) |
| |
| void | execute () override |
| |
| RT::OS::Fifo * | getFIfoPtr () |
| |
| | Component (Widgets::Plugin *hplugin, const std::string &mod_name, const std::vector< IO::channel_t > &channels, const std::vector< Widgets::Variable::Info > &variables) |
| |
| template<typename T > |
| T | getValue (const size_t &var_id) |
| |
| template<typename T > |
| void | setValue (const size_t &var_id, T value) |
| |
| std::string | getDescription (const size_t &var_id) |
| |
| std::string | getValueString (const size_t &var_id) |
| |
| RT::State::state_t | getState () const |
| |
| void | setState (RT::State::state_t state) |
| |
| std::vector< Widgets::Variable::Info > | getParametersInfo () |
| |
| Widgets::Plugin * | getHostPlugin () |
| |
| | Thread (std::string n, const std::vector< IO::channel_t > &c) |
| |
| | Thread (const Thread &connector)=default |
| |
| Thread & | operator= (const Thread &connector)=default |
| |
| | Thread (Thread &&)=delete |
| |
| Thread & | operator= (Thread &&)=delete |
| |
| | ~Thread () override=default |
| |
| | Block (std::string blockname, const std::vector< channel_t > &channels, bool isdependent) |
| |
| | Block (const Block &block)=default |
| |
| Block & | operator= (const Block &block)=default |
| |
| | Block (Block &&)=delete |
| |
| Block & | operator= (Block &&)=delete |
| |
| virtual | ~Block ()=default |
| |
| std::string | getName () const |
| |
| size_t | getCount (flags_t type) const |
| |
| std::string | getChannelName (IO::flags_t type, size_t index) const |
| |
| std::string | getChannelDescription (IO::flags_t type, size_t index) const |
| |
| void | writeinput (size_t index, const double &data) |
| |
| const double & | readPort (IO::flags_t direction, size_t index) |
| |
| bool | dependent () const |
| |
| bool | getActive () const |
| |
| void | setActive (bool act) |
| |
| void | assignID (size_t block_id) |
| |
| size_t | getID () const |
| |
Definition at line 64 of file performance_measurement.hpp.
◆ Component()
◆ execute()
| void PerformanceMeasurement::Component::execute | ( | void | | ) | |
| overridevirtual |
◆ getFIfoPtr()
| RT::OS::Fifo* PerformanceMeasurement::Component::getFIfoPtr | ( | | ) | |
| inline |
◆ setTickPointers()
| void PerformanceMeasurement::Component::setTickPointers | ( | int64_t * | s_ticks, |
| | int64_t * | e_ticks |
| ) | | |
The documentation for this class was generated from the following files: