rtg_sequence

Synopsis

    
      #include "rtgapi.h"
    
      int rtg_sequence(rtg_t *rtg, double X0, double dX,
    		int n_pts, float *Y);
    

Description

Reports a sequence of data points to RTG. The rtg argument is the identifier returned by rtg_init(). The data points have an implicit X-coordinate, based on the X0 and dX paramaters. Y points to an array of n_pts float values.

Returns

Returns 0 on success, non-zero on failure. As with rtg_report(), all errors are non-fatal.

See Also

rtg_init(), rtg_report(), RTG, TMG: A TMC Preprocessor for interfacing to RTG.

Source File

/usr/local/src/nortlib/rtgapi.c

Alphabetical List
Subject List
Return to Manuals Page
webmaster@huarp.harvard.edu
Copyright 2001 by the President and Fellows of Harvard College