areaDetector
3-5-0
EPICS areaDetector framework
|
#include "NDFileHDF5Dataset.h"
#include <iostream>
#include <stdlib.h>
#include <osiSock.h>
#include <hdf5_hl.h>
Macros | |
#define | htonll(x) ( ( (uint64_t)(htonl( (uint32_t)((x << 32) >> 32)))<< 32) | htonl( ((uint32_t)(x >> 32)) )) |
#define htonll | ( | x | ) | ( ( (uint64_t)(htonl( (uint32_t)((x << 32) >> 32)))<< 32) | htonl( ((uint32_t)(x >> 32)) )) |