Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^5: Passing integer pointer in XS? (simpler)

by tye (Sage)
on Jul 18, 2016 at 22:14 UTC ( [id://1168013]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    int
    tdSensor( protocol, protocolLen, model, modelLen, id, dataTypes )
    ...
        RETVAL
        id
        dataTypes
    
  2. or download this
    int
    _tdSensor( protocol, protocolLen, model, modelLen, id, dataTypes )
    ...
        RETVAL
        id
        dataTypes
    
  3. or download this
    sub tdSensor {
        my( $protocolLen, $modelLen ) = @_;
    ...
            for $protocol, $model;
        return( $ret, $protocol, $model, $id, $dataTypes );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found