Read Units Block
Description
This function gives input to all the attributes in a UNITS block.C Calling Sequence
int c_rto_read_units_block(char *lS, char *fS, char *mS, char *aS, char *tS);
Arguments
Argument | Type | Description | |
---|---|---|---|
lS | Character Array | Input | The length string from TeimOrbit file UNITS block. |
fS | Character Array | Input | The force string from TeimOrbit file UNITS block. |
mS | Character Array | Input | The mass string from TeimOrbit file UNITS block. |
aS | Character Array | Input | The angle string from TeimOrbit file UNITS block. |
tS | Character Array | Input | The time string from road TeimOrbit UNITS block. |