My Project
0.0.16
QUCS Mapping
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "logging.h"
#include "complex.h"
#include "object.h"
#include "vector.h"
#include "matrix.h"
#include "matvec.h"
#include "dataset.h"
#include "strlist.h"
#include "constants.h"
#include "check_citi.h"
Go to the source code of this file.
Functions | |
void | citi_finalize (void) |
int | citi_check (void) |
void | citi_destroy (void) |
void | citi_init (void) |
Variables | |
dataset * | citi_result = NULL |
struct citi_package_t * | citi_root = NULL |
int citi_check | ( | void | ) |
Definition at line 173 of file check_citi.cpp.
void citi_destroy | ( | void | ) |
Definition at line 268 of file check_citi.cpp.
void citi_finalize | ( | void | ) |
Definition at line 146 of file check_citi.cpp.
void citi_init | ( | void | ) |
dataset* citi_result = NULL |
Definition at line 46 of file check_citi.cpp.
struct citi_package_t* citi_root = NULL |
Definition at line 47 of file check_citi.cpp.