Changeset 591 for trunk/perl/Rappture.xs


Ignore:
Timestamp:
Feb 25, 2007 8:44:23 PM (17 years ago)
Author:
dkearney
Message:

Added putFile capability to octave, matlab, fortran, perl bindings
Adjusted the core putFile function and all put functions to accept unsigned ints
added enum flags for binary and text file for the putFile function in c/c++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/perl/Rappture.xs

    r517 r591  
    5656        CODE:
    5757                THIS->put(path,value,"",append);
    58                
     58
     59void
     60RpLibrary::putFile( path, fileName, fileType, append )
     61char *path
     62char *fileName
     63int fileType
     64int append
     65        CODE:
     66                THIS->putFile(path,fileName,fileType,append);
     67
    5968void
    6069RpLibrary::result()
Note: See TracChangeset for help on using the changeset viewer.