MotionView User's Guide

Read Table in a SubBlock

Read Table in a SubBlock

Previous topic Next topic No expanding text in this topic  

Read Table in a SubBlock

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

Description:

This function locates the start of a table in a subblock of a block in a file. The table is denoted using “{“ and “}”.

C Calling Sequence:

int c_rto_start_subblock_table_read(const char *block, const char *subBlockName, char *form);

Arguments:

Argument

Type

 

Description

block

Character Array

Input

This contains the block name in a TeimOrbit file.

subBlockName

Character Array

Input

This contains the subblock name in a block of a TeimOrbit file.

form

Character Array

Output

This contains the table column headings.

FORTRAN Calling Sequence:

DLLFUNC void STDCALL RTO_START_SUBBLOCK_TABLE_READ_F2C(char  *blockName, int len1, int *blockNameLen, char *subBlockName, int len2, int *subBlockNameLen, char *format, int len3, int *formatLen, 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.

subBlockName

Character Array

Input

This contains the subblock name in a block of a TeimOrbit file.

subBlockNameLen

Integer

Input

This contains the number of characters in the subBlock name.

format

Character Array

Output

This contains the table column headings.

formatLen

Integer

Output

This contains the number of characters in the format string.

Success

Integer

Output

If the value is read then success return 1 or else 0.