Double colon operator

For general Flowcode discussion that does not belong in the other sections.
Post Reply
chezkrimles
Posts: 9
http://meble-kuchenne.info.pl
Joined: Thu Jan 14, 2021 7:12 pm
Has thanked: 2 times

Double colon operator

Post by chezkrimles »

Going from Flowcode V5 to V9 - some questions (I can't find any answers on the forum)...

What does the double colon operator signify?

Do FCVs exist in V9?

In the conversion from V5 to V9, I keep seeing v5_ in front of certain functions. Is this a 'translation' from V5 to V9?

Steve-Matrix
Matrix Staff
Posts: 1280
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 170 times
Been thanked: 287 times

Re: Double colon operator

Post by Steve-Matrix »

chezkrimles wrote:
Thu Jan 28, 2021 2:29 pm
What does the double colon operator signify?
They signify ownership. So "DSPDelay1::Delay()" means the delay function of the DSPDelay1 component.
chezkrimles wrote:
Thu Jan 28, 2021 2:29 pm
Do FCVs exist in V9?
Yes. FCV_ is the prefix given to global variables in the generated C code. FCL_ is used as a prefix for local variables.
chezkrimles wrote:
Thu Jan 28, 2021 2:29 pm
In the conversion from V5 to V9, I keep seeing v5_ in front of certain functions. Is this a 'translation' from V5 to V9?
I think so. There were big changes between v5 and v6 which caused problems with backwards compatibility.

Post Reply