MIDAS
|
#include <assert.h>
#include "midas.h"
#include "msystem.h"
#include "history.h"
#include "mstrlcpy.h"
Go to the source code of this file.
Classes | |
struct | test1_struct |
struct | test2_struct |
Macros | |
#define | test1_STR "\ivalue = INT : 1\n\iarray = INT[2] : \n\[0] 1\n\[1] 2\n\svalue = STRING : [20] /Runinfo/Run number\n\sarray = STRING[2] : \n\[32] str1\n\[32] str2\n\" |
#define | test2_STR "\wvalue = WORD : 1\n\dwvalue = DWORD : 2\n\dvalue = DOUBLE : 3.3\n\cvalue = CHAR : 4\n\dwvalue2 = DWORD : 5\n\fvalue = FLOAT : 6.6\n\dvalue2 = DOUBLE : 7.7\n\cvalue2 = CHAR : 8\n\svalue = STRING : [10] 99999\n\dvalue3 = DOUBLE : 10.01\n\" |
Functions | |
void | print_test1 (const test1_struct *s) |
void | test1 (HNDLE hDB, HNDLE hKey) |
void | test1a (HNDLE hDB, HNDLE hKey) |
void | test1b (HNDLE hDB, HNDLE hKey) |
void | test1c (HNDLE hDB, HNDLE hKey) |
void | test1d (HNDLE hDB, HNDLE hKey) |
void | print_test2 (const test2_struct *s) |
void | test2 (HNDLE hDB, HNDLE hKey) |
void | test2b (HNDLE hDB, HNDLE hKey) |
void | test2d (HNDLE hDB, HNDLE hKey) |
int | main (int argc, char *argv[]) |
#define test1_STR "\ivalue = INT : 1\n\iarray = INT[2] : \n\[0] 1\n\[1] 2\n\svalue = STRING : [20] /Runinfo/Run number\n\sarray = STRING[2] : \n\[32] str1\n\[32] str2\n\" |
Definition at line 28 of file get_record_test.cxx.
#define test2_STR "\wvalue = WORD : 1\n\dwvalue = DWORD : 2\n\dvalue = DOUBLE : 3.3\n\cvalue = CHAR : 4\n\dwvalue2 = DWORD : 5\n\fvalue = FLOAT : 6.6\n\dvalue2 = DOUBLE : 7.7\n\cvalue2 = CHAR : 8\n\svalue = STRING : [10] 99999\n\dvalue3 = DOUBLE : 10.01\n\" |
Definition at line 134 of file get_record_test.cxx.
Definition at line 197 of file get_record_test.cxx.
void print_test1 | ( | const test1_struct * | s | ) |
Definition at line 23 of file get_record_test.cxx.
void print_test2 | ( | const test2_struct * | s | ) |
Definition at line 129 of file get_record_test.cxx.
Definition at line 39 of file get_record_test.cxx.
Definition at line 55 of file get_record_test.cxx.
Definition at line 65 of file get_record_test.cxx.
Definition at line 82 of file get_record_test.cxx.
Definition at line 99 of file get_record_test.cxx.
Definition at line 147 of file get_record_test.cxx.
Definition at line 163 of file get_record_test.cxx.
Definition at line 180 of file get_record_test.cxx.