This function reads spline in a table of a block in a file. The Spline is a list of X and Y values in a block.
int c_rto_read_table_spline(const char *block, int maxPairs, int *nPairs, double *values);
Argument |
Type |
|
Description |
---|---|---|---|
block |
Character Array |
Input |
This contains the block name in a TeimOrbit file. |
maxPairs |
Integer |
|
|
nPairs |
Integer |
|
|
values |
Double precision |
Output |
|
DLLFUNC void STDCALL RTO_READ_TABLE_SPLINE_F2C(char *blockName, int len1, int *blockNameLen, int *maxPairs, int *nPairs, double *values, int *Success)
Argument |
Type |
|
Description |
---|---|---|---|
blockName |
Character Array |
Input |
This contains the block name in a TeimOrbit file. |
blockNameLen |
Integer |
Input |
This contains the number of characters in the block name. |
maxPairs |
Integer |
|
|
nPairs |
Integer |
|
|
values |
Double precision |
Output |
|
Success |
Integer |
Output |
If the value is read from the table then success return 1 or else 0. |