helics  3.5.2
Public Member Functions | Public Attributes | List of all members
helics::TranslatorInfo Class Reference

#include <TranslatorInfo.hpp>

Public Member Functions

 TranslatorInfo (GlobalHandle handle, std::string_view key_, std::string_view endpointType, std::string_view units)
 
PublicationInfogetPubInfo ()
 
InputInfogetInputInfo ()
 
EndpointInfogetEndpointInfo ()
 

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< TranslatorOperatortranOp
 the callback operation of the translator
 

Detailed Description

data class defining the information about a translator

Constructor & Destructor Documentation

◆ TranslatorInfo()

helics::TranslatorInfo::TranslatorInfo ( GlobalHandle  handle,
std::string_view  key_,
std::string_view  endpointType,
std::string_view  units 
)
inline

constructor from all fields


The documentation for this class was generated from the following file: