Hi Community,
I am trying to build a Model in C and I want to use flow ports to transmit a value from one "Class" to another.
In C++ if Class A is connected to Class B via flow ports , one can automatically update the values linked to the flow ports in Class A & B.
To do this in C++ one must change the value of the linked attribute by using the corresponding "set" method.
I wish to perform the same thing in C. Rhasody in C however does not create the "set" methods for defined attributes. Does anyone know how flow ports are used in C.
any help is greatly appreciated.