Hi,
yes the typemap is the same as before,
if I try to change to "T_PTROBJ_SPECIAL"
it gives this error:
Downloads/SDR::RTLSDR/SDR (another copy)/typemap' RTLSDR.xs > RTLSDR.
+xsc
Can't locate object method "xstype" via package "SDR__RTLSDR *" (perha
+ps you forgot to load "SDR__RTLSDR *"?) at /usr/local/share/perl/5.22
+.1/ExtUtils/ParseXS.pm line 1905, <__ANONIO__> line 38.
Makefile:359: recipe for target 'RTLSDR.c' failed
the typemap file now is:
GNU nano 2.5.3 File: typemap
+
TYPEMAP
SDR::RTLSDR * T_PTROBJ_SPECIAL
SDR::RTLSDR ** T_PTROBJ
const char * T_PV
int * T_PV
char * T_PV
unsigned long int T_U_LONG
uint8_t T_U_SHORT
uint8_t * T_U_SHORT
uint16_t T_U_SHORT
uint32_t * T_U_SHORT
uint32_t T_U_SHORT
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.