areaDetector 3-14
EPICS areaDetector framework
|
#include <streamApi.h>
Public Member Functions | |
StreamAPI (const char *hostname) | |
~StreamAPI (void) | |
int | getHeader (stream_header_t *header, int timeout=0) |
int | waitFrame (int *end, int timeout=0) |
int | getFrame (NDArray **pArray, NDArrayPool *pNDArrayPool, int decompress) |
StreamAPI::StreamAPI | ( | const char * | hostname | ) |
StreamAPI::~StreamAPI | ( | void | ) |
int StreamAPI::getFrame | ( | NDArray ** | pArray, |
NDArrayPool * | pNDArrayPool, | ||
int | decompress | ||
) |
int StreamAPI::getHeader | ( | stream_header_t * | header, |
int | timeout = 0 |
||
) |
int StreamAPI::waitFrame | ( | int * | end, |
int | timeout = 0 |
||
) |