SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Functions | Variables
get_aosr_struct.c File Reference
#include <stdio.h>
#include "hdfi.h"
#include "aosr.h"
Include dependency graph for get_aosr_struct.c:

Functions

int32 ACE_aosr ()
 
int32 init_ACEancillary ()
 
void print_aosr ()
 
 if (argc!=3)
 
 init_ACEancillary (argv[1])
 
 if ((retval=ACE_aosr(scclock,&aosr_struct))==-1)
 
 print_aosr (aosr_struct)
 
 exit (0)
 
void print_aosr (struct attorb_entry aosr)
 

Variables

int argc
 
char * argv []
 
struct attorb_entry aosr_struct
 
int32 retval
 
 scclock = atof(argv[2])
 
 else
 

Function Documentation

int32 ACE_aosr ( )
exit ( )

Here is the caller graph for this function:

if ( argc!  = 3)

Here is the call graph for this function:

if ( (retval=ACE_aosr(scclock,&aosr_struct))  = = -1)
int32 init_ACEancillary ( )
init_ACEancillary ( argv  [1])
void print_aosr ( )
print_aosr ( aosr_struct  )
void print_aosr ( struct attorb_entry  aosr)

Variable Documentation

struct attorb_entry aosr_struct
Initial value:
{
float64 scclock
scclock
Definition: get_aosr_struct.c:32
int argc
char* argv[]
else
Initial value:
{
fprintf(stdout,"Warning: spacecraft maneuvering\n")
int32 retval
scclock = atof(argv[2])