OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_product_info.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <genutils.h>
#include <clo.h>
#include <sensorInfo.h>
#include <productInfo.h>
Include dependency graph for get_product_info.c:

Go to the source code of this file.

Macros

#define VERSION   "3.0"
 
#define PROG_NAME   "get_product_info"
 

Functions

void printProductList ()
 
void printProductListSensor (int sensor)
 
void printProductCSV (productInfo_t *productInfo)
 
void printProductListCSV ()
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ PROG_NAME

#define PROG_NAME   "get_product_info"

Definition at line 11 of file get_product_info.c.

◆ VERSION

#define VERSION   "3.0"

Definition at line 10 of file get_product_info.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 135 of file get_product_info.c.

◆ printProductCSV()

void printProductCSV ( productInfo_t *  productInfo)

Definition at line 64 of file get_product_info.c.

◆ printProductList()

void printProductList ( )

Definition at line 13 of file get_product_info.c.

◆ printProductListCSV()

void printProductListCSV ( )

Definition at line 98 of file get_product_info.c.

◆ printProductListSensor()

void printProductListSensor ( int  sensor)

Definition at line 28 of file get_product_info.c.