ldas-tools-framecpp 2.7.0
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "framecppc/FrameC.h"
#include "framecppc/FrChan.h"
#include "framecppc/FrDetector.h"
#include "framecppc/FrEvent.h"
#include "framecppc/FrHistory.h"
#include "framecppc/FrVect.h"
#include "framecppc/FrameH.h"
#include "framecppc/Stream.h"
Classes | |
union | point |
struct | range_t |
Macros | |
#define | RANGE_SIZE(x) |
#define | RAMP(x, data_type) |
#define | INIT(x, y) |
Typedefs | |
typedef union point | point_t |
typedef fr_chan_t *(* | channel_builder_t) (const char *Caller, const range_t *Range) |
Functions | |
int | Failed (const char *FunctionName) |
fr_vect_ndata_t | range_size (const range_t *Range) |
int | create_ramp_data (fr_chan_t *Channel, const range_t *Range) |
void | init_range (const range_t *Range, const char **DataType, double *Start, double *Stop, double *Inc) |
fr_chan_t * | create_channel_adc (const char *Caller, const range_t *Range) |
fr_chan_t * | create_channel_adc_invalid (const char *Caller, const range_t *Range) |
fr_chan_t * | create_channel_proc (const char *Caller, const range_t *Range) |
fr_chan_t * | create_channel_sim (const char *Caller, const range_t *Range) |
void | create_channel_set (channel_builder_t func, frame_h_t *FrameH) |
frame_h_t * | create_frame (void) |
int | main (int ArgC, char **ArgV) |
Variables | |
FrameCError * | ErrorCode |
const char * | ProcessName |
int | ExitStatus = 0 |
int | Verbose = 0 |
static const INT_2U | FRAME_VERSION = 8 |
static const INT_4U | START = 600000000 |
static const INT_2U | DT = 1 |
static const frame_h_run_t | RUN = -1 |
INT_2U | channel_id = 1 |
#define INIT | ( | x, | |
y ) |
#define RAMP | ( | x, | |
data_type ) |
#define RANGE_SIZE | ( | x | ) |
void create_channel_set | ( | channel_builder_t | func, |
frame_h_t * | FrameH ) |
frame_h_t * create_frame | ( | void | ) |
int Failed | ( | const char * | FunctionName | ) |
void init_range | ( | const range_t * | Range, |
const char ** | DataType, | ||
double * | Start, | ||
double * | Stop, | ||
double * | Inc ) |
int main | ( | int | ArgC, |
char ** | ArgV ) |
fr_vect_ndata_t range_size | ( | const range_t * | Range | ) |
INT_2U channel_id = 1 |
|
static |
FrameCError* ErrorCode |
int ExitStatus = 0 |
|
static |
const char* ProcessName |
|
static |
|
static |
int Verbose = 0 |