#include <stdio.h>#include "scitime.h"Include dependency graph for sct_example2.c:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
EXAMPLE 2. This example shows the way a simple FOR loop can be done using the scitime library. What we want is to walk all the epochs between 'start' and 'stop' with a 'deltasecs' interval between them.
| argc | ||
| argv |
Definition at line 34 of file sct_example2.c.
References sct_add_deltaDSF(), sct_copy(), sct_diff(), sct_get_delta_secs(), sct_print(), and sct_set_mjd2000().
Here is the call graph for this function:

1.5.1