This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
Example analysis/EZSequence/-setUnsignedArg:/1.
For example, suppose you have created an EZGraph called "heightGraph" If one has an object "dog" in which there is a method - getFriendHeight: (unsigned)h; |
And one wants to create a line to plot the 5th dog, then the EZsequence can be created with a command like: { id sequence = [heightGraph createSequence: "aName" withFeedFrom: dog andSelector: M(getFriendHeight:); [sequence setUnsignedArg: 4]; } |