Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: Passing integer pointer in XS? (XS << Perl)

by ikegami (Patriarch)
on Jul 18, 2016 at 21:31 UTC ( [id://1168008]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    void
    tdSensor()
    ...
          ST(3) = sv_2mortal(newIV(dataTypes));
          XSRETURN(4);
       }
    
  2. or download this
    use feature qw( say );
    
    ...
          "sensorId: $id",
          "dataTypes: $dataTypes";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1168008]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found