WuxA661Ext.h#
Declarations of the functions generated by the service A661UAA.
The implementation relies on the lib/A661Connect.c
runtime file, derived from SCADE/lib/A661Cosim.c
delivered with Ansys SCADE.
Functions
-
int WuxA661ConnectServer()#
Connect to the A661 server.
Return 1 when the connection is successful, otherwise 0.
Note: This function does nothing and returns 1 when there is no UA in the project.
- Returns:
int
-
int WuxA661DisconnectServer()#
Disconnect from the A661 server.
Return 1 when the disconnection is successful, otherwise 0.
Note: This function does nothing and returns 1 when there is no UA in the project.
- Returns:
int
-
void WuxA661SendMessages()#
Send the A661 messages from the root operator outputs.
Note: This function is empty when there is no UA in the project.
-
void WuxA661ReceiveMessages()#
Receive the A661 messages and update the root operator inputs.
Note: This function is empty when there is no UA in the project.