common/readwritedata.h

///////////////////////////////////////////////////////////////////////////////
// Filename: readwritedata.h
///////////////////////////////////////////////////////////////////////////////
// Purpose: common sizes for readdata.c and writedata.c
///////////////////////////////////////////////////////////////////////////////
// History:
// ========
//
// Date     Time     Name      Description   
// -------- -------- --------  ------------------------------------------------
// 96/02/27 18:42:46 muellerg: created
//
///////////////////////////////////////////////////////////////////////////////


// Feature test switches ///////////////////////////// Feature test switches //
    /* NONE */



// System headers /////////////////////////////////////////// System headers //
    /* NONE */



// Local headers ///////////////////////////////////////////// Local headers //
    /* NONE */



// Macros /////////////////////////////////////////////////////////// Macros //
    /* NONE */



// File scope objects /////////////////////////////////// File scope objects //
    /* NONE */



// External variables, functions, and classes ///////////// External objects //

const int size_max = 1024*256;  // 256 k max
const int how_often = 1000;     // 1000 times 

const int measurement_max = 30; // maximum number of measurements


// Signal catching functions ///////////////////// Signal catching functions //
    /* NONE */



// Structures, unions, and class definitions /////////////////// Definitions //
    /* NONE */



// Functions and class implementation /// Functions and class implementation //
    /* NONE */



// Main /////////////////////////////////////////////////////////////// Main //
    /* NONE */