![]() |
helics
3.6.1
|
#include <TranslatorInfo.hpp>
Public Member Functions | |
| TranslatorInfo (GlobalHandle handle, std::string_view key_, std::string_view endpointType, std::string_view units) | |
| PublicationInfo * | getPubInfo () |
| InputInfo * | getInputInfo () |
| EndpointInfo * | getEndpointInfo () |
Public Attributes | |
| const GlobalHandle | id |
| id of the translator | |
| const std::string | key |
| the identifier of the translator | |
| uint16_t | flags = 0 |
| flags for the translator | |
| std::shared_ptr< TranslatorOperator > | tranOp |
| the callback operation of the translator | |
data class defining the information about a translator
|
inline |
constructor from all fields