Title: | ATOM Tool Development System |
Moderator: | CALDEC::SCHMIDT |
Created: | Tue Sep 07 1993 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 309 |
Total number of notes: | 979 |
What are the data types that can be passed to the analysis routines? I have found that char, int, char* works. But int*, char** does not. I was wondering if there is a way to pass these. liliana liu --------------------- [email protected]
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
304.1 | Supported Types | NNTPD::"[email protected]" | Gail Lyons | Mon Jun 02 1997 08:13 | 11 |
There are four basic argument types: constants, VALUE, REGV or FREGV, and *XLATE. The supported constant types are char, int, long, char *, char[], int[], and long[]. If you have Atom v2.29, float and double are also supported. See the atom_application_instrumentation man page for more information. Gail Lyons [Posted by WWW Notes gateway] |