We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a790f66 commit 7e68858Copy full SHA for 7e68858
clients/opal-rt/rtlab-asyncip/models/send_receive/src/main.c
@@ -253,7 +253,7 @@ static void *RecvFromIPPort(void *arg) {
253
for (int i = 0; i < msg->length; i++)
254
mdldata[i] = (double)msg->data[i].f;
255
256
- // Update OPAL model
+ // Update OPAL-RT model
257
OpalSetAsyncRecvIconStatus(msg->sequence,
258
RecvID); // Set the Status to the message ID
259
#elif PROTOCOL == GTNET_SKT
@@ -292,7 +292,7 @@ int main(int argc, char *argv[]) {
292
// Check for the proper arguments to the program
293
if (argc < 4) {
294
printf("Invalid Arguments: 1-AsyncShmemName 2-AsyncShmemSize "
295
- "3-PrintShmemName\n");
+ "3-SystemCtrlShmemName\n");
296
exit(0);
297
}
298
0 commit comments