MotionView User's Guide

Read Spline in a Table

Read Spline in a Table

Previous topic Next topic No expanding text in this topic  

Read Spline in a Table

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Description:

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.

C Calling Sequence:

int c_rto_read_table_spline(const char *block, int maxPairs, int *nPairs, double *values);

Arguments:

Argument

Type

 

Description

block

Character Array

Input

This contains the block name in a TeimOrbit file.

maxPairs

Integer

 

 

nPairs

Integer

 

 

values

Double precision

Output

 

FORTRAN Calling Sequence:

DLLFUNC void STDCALL RTO_READ_TABLE_SPLINE_F2C(char *blockName, int len1, int *blockNameLen, int *maxPairs, int *nPairs, double *values, int *Success)

Arguments:

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.