Bridge Operation call with return value hangs in verifier.

homepage Forums BridgePoint/xtUML Usage and Training Bridge Operation call with return value hangs in verifier.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #7784
    Schmill
    Participant

    Hi,
    self.Att = Bridge::Op(p1:"p");
    The above line gets stuck while running verifier but completes without an issue in executable (MC 3020).

    #7785
    Schmill
    Participant

    is there any workaround?
    Thanks.

    #7786
    cort
    Keymaster

    Is Bridge implemented in action language?

    #7787
    Schmill
    Participant

    It is blank and no special markings. I also created a reproducible standalone project in the latest release.

    #7788
    cort
    Keymaster

    That is the problem. The return value needs to come from somewhere.
    You can “implement” or “stub out” your bridge operations with action language in the bridge activities.

    #7789
    Schmill
    Participant

    Ohhh! makes sense:)

    Is there any way to have the C code exposed to the verifier? I need to inspect strings, and I’m trying to create a wrapper to the strtok function with a bridge.

    #7791
    cort
    Keymaster

    No. Verifier lives firmly in the interpreted action language world… with a few integrations/customizations with Java.

    #7792
    Schmill
    Participant

    Okay, thanks.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.