Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

timesFile.c File Reference


Detailed Description

Implementations of the functions in timesFile.h.

Definition in file timesFile.c.

Include dependency graph for timesFile.c:

Include dependency graph

Go to the source code of this file.

Functions

int tfMakeTimesFile (const char *name, const float values[])
 Make a file in the current directory with the given name whose contents are the given array of floats.


Function Documentation

int tfMakeTimesFile const char *  name,
const float  values[]
 

Make a file in the current directory with the given name whose contents are the given array of floats.

See also:
rk_resource_set_create
Parameters:
name The name of the file.
values The array of values to put in the new file, terminated by the TIMES_FILE_TERMINATOR value. Because these values are expected to be used by the rk_stub code, they should be between 0.0 and 150.0, inclusive.
Returns:
True if the file was created successfully, false otherwise.

Definition at line 26 of file timesFile.c.

References require.


Generated on Fri Oct 22 07:50:59 2004 for CPU Broker by  doxygen 1.3.9.1