programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
cs_eos.cxx File Reference
#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include <EOS/API/EOS.hxx>
#include <EOS/API/EOS_Field.hxx>
#include <EOS/API/EOS_Fields.hxx>
#include <EOS/API/EOS_Error_Field.hxx>
#include <EOS/API/EOS_enums.hxx>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_eos.hxx"
Include dependency graph for cs_eos.cxx:

Functions

void cs_eos_create (char *EOSMethod, char *EOSRef)
 
void cs_eos_destroy (void)
 

Variables

NEPTUNE::EOS * eos
 

Function Documentation

void cs_eos_create ( char *  EOSMethod,
char *  EOSRef 
)
void cs_eos_destroy ( void  )

Variable Documentation

NEPTUNE::EOS* eos