Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atos Simulator Control receiverID and messagecounter #587

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

Angeleon
Copy link
Contributor

@Angeleon Angeleon commented Sep 7, 2023

An example on how one can integrate ATOS with the new receiverID changes in iso22133. This does nothing to fix the lack of transmitterID for ATOS though, which should be fixed.

struct sockaddr_in addr = {};
int socket = -1;
int channelType = 0; //!< SOCK_STREAM or SOCK_DGRAM
int objectId = 0;
int transmitterId = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
int transmitterId = 0;
int ATOSTransmitterId = 0;

@victorjarlow victorjarlow self-requested a review October 13, 2023 08:04
@victorjarlow victorjarlow merged commit a2a212e into dev Oct 13, 2023
@victorjarlow victorjarlow deleted the feature_simulatorController branch October 13, 2023 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants