![]() |
helics
3.0.1
|
This is the complete list of members for helics::Publication, including all inherited members.
addDestinationTarget(std::string_view newTarget) | helics::Interface | |
addSourceTarget(std::string_view newTarget) | helics::Interface | |
addTarget(std::string_view target) (defined in helics::Publication) | helics::Publication | inline |
changeDetectionEnabled | helics::Publication | protected |
close() | helics::Interface | |
cr | helics::Interface | protected |
disableAssign | helics::Publication | protected |
disconnectFromCore() | helics::Interface | |
enableChangeDetection(bool enabled=true) noexcept | helics::Publication | inline |
fed | helics::Publication | protected |
getDestinationTargets() const | helics::Interface | |
getDisplayName() const override | helics::Publication | inlinevirtual |
getExtractionType() const | helics::Interface | |
getExtractionUnits() const | helics::Interface | |
getHandle() const | helics::Interface | inline |
getInfo() const | helics::Interface | |
getInjectionType() const | helics::Interface | |
getInjectionUnits() const | helics::Interface | |
getLocalName() const | helics::Interface | inline |
getName() const | helics::Interface | |
getOption(int32_t option) const | helics::Interface | virtual |
getSourceTargets() const | helics::Interface | |
getTag(const std::string &tag) const | helics::Interface | |
getTarget() const | helics::Interface | |
getType() const | helics::Publication | inline |
getUnits() const | helics::Publication | inline |
handle | helics::Interface | protected |
Interface()=default (defined in helics::Interface) | helics::Interface | |
Interface(Federate *federate, InterfaceHandle id, std::string_view actName) (defined in helics::Interface) | helics::Interface | |
Interface(Core *core, InterfaceHandle id, std::string_view actName) (defined in helics::Interface) | helics::Interface | inline |
isValid() const | helics::Interface | inline |
mName | helics::Interface | protected |
operator InterfaceHandle() const | helics::Interface | inline |
operator!=(const Interface &inp) const (defined in helics::Interface) | helics::Interface | inline |
operator<(const Interface &inp) const (defined in helics::Interface) | helics::Interface | inline |
operator==(const Interface &inp) const (defined in helics::Interface) | helics::Interface | inline |
operator>(const Interface &inp) const (defined in helics::Interface) | helics::Interface | inline |
Publication()=default (defined in helics::Publication) | helics::Publication | |
Publication(ValueFederate *valueFed, InterfaceHandle id, const std::string &key, const std::string &type, const std::string &units) | helics::Publication | |
Publication(ValueFederate *valueFed, const std::string &key, const std::string &type, const std::string &units=std::string()) | helics::Publication | |
Publication(FedPtr valueFed, const std::string &key, const std::string &type=std::string(), const std::string &units=std::string()) | helics::Publication | inline |
Publication(InterfaceVisibility locality, ValueFederate *valueFed, const std::string &key, const std::string &type, const std::string &units=std::string()) | helics::Publication | |
Publication(InterfaceVisibility locality, FedPtr &valueFed, const std::string &key, const std::string &type, const std::string &units=std::string()) | helics::Publication | inline |
Publication(ValueFederate *valueFed, const std::string &key, DataType type, const std::string &units=std::string()) | helics::Publication | inline |
Publication(FedPtr &valueFed, const std::string &key, DataType type, const std::string &units=std::string()) | helics::Publication | inline |
Publication(InterfaceVisibility locality, ValueFederate *valueFed, const std::string &key, DataType type, const std::string &units=std::string()) | helics::Publication | inline |
Publication(InterfaceVisibility locality, FedPtr &valueFed, const std::string &key, DataType type, const std::string &units=std::string()) | helics::Publication | inline |
publish(double val) | helics::Publication | |
publish(const std::vector< std::string > &val) (defined in helics::Publication) | helics::Publication | |
publish(const std::vector< double > &val) (defined in helics::Publication) | helics::Publication | |
publish(const double *vals, int size) (defined in helics::Publication) | helics::Publication | |
publish(const std::vector< std::complex< double >> &val) (defined in helics::Publication) | helics::Publication | |
publish(std::complex< double > val) (defined in helics::Publication) | helics::Publication | |
publish(bool val) (defined in helics::Publication) | helics::Publication | |
publish(Time val) (defined in helics::Publication) | helics::Publication | |
publish(char val) (defined in helics::Publication) | helics::Publication | |
publish(const NamedPoint &np) (defined in helics::Publication) | helics::Publication | |
publish(std::string_view field, double val) (defined in helics::Publication) | helics::Publication | |
publish(double val, const std::string &units) | helics::Publication | |
publish(double val, const units::precise_unit &units) (defined in helics::Publication) | helics::Publication | |
publish(const X &val) | helics::Publication | inline |
publish(const X &val) | helics::Publication | inline |
publish(X val) | helics::Publication | inline |
publishComplex(const double *vals, int size) | helics::Publication | |
pubType | helics::Publication | protected |
removeTarget(std::string_view targetToRemove) | helics::Interface | |
setInfo(const std::string &info) | helics::Interface | |
setMinimumChange(double deltaV) noexcept | helics::Publication | inline |
setOption(int32_t option, int32_t value=1) | helics::Interface | virtual |
setTag(const std::string &tag, const std::string &value) | helics::Interface | |
ValueFederateManager (defined in helics::Publication) | helics::Publication | friend |
~Interface()=default (defined in helics::Interface) | helics::Interface | virtual |