Last change
on this file since 5874 was
2780,
checked in by dkearney, 13 years ago
|
adding function rp_utils_progress(percent,message) where percent should be an integer (but can be a double that will be coerced to an integer) between 0 and 100 representing the amount of the application that has completed, and message is a string giving information about the amount of progress complete.
|
File size:
370 bytes
|
Line | |
---|
1 | useDynLib(Rappture) |
---|
2 | |
---|
3 | export( rp_lib, |
---|
4 | rp_lib_get_string, |
---|
5 | rp_lib_get_double, |
---|
6 | rp_lib_get_integer, |
---|
7 | rp_lib_get_boolean, |
---|
8 | rp_lib_get_file, |
---|
9 | rp_lib_put_string, |
---|
10 | rp_lib_put_double, |
---|
11 | rp_lib_put_file, |
---|
12 | rp_lib_result, |
---|
13 | rp_units_convert_double, |
---|
14 | rp_units_convert_string, |
---|
15 | rp_utils_progress ) |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.