GMLC-TDC / HELICS-Examples

Examples for using HELICS with a variety of the supported programming languages
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Convert User Guide examples to use `helicsEndpointSendBytes()` #33

Closed trevorhardy closed 1 year ago

trevorhardy commented 3 years ago

For most/all of the messages the User Guide examples send, they are sent to the default endpoint. The current implementation uses helicsEndpointSendBytesTo() and leaves the destination field blank. Though functionally equivalent, it is philosophically better to use helicsEndpointSendBytes() since that is what the API is there for and we want to set a good example.