areaDetector 1-9
Functions
/home/epics/devel/areaDetector/ADApp/pluginSrc/NDPluginTransform.cpp File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <epicsString.h>
#include <epicsMutex.h>
#include <iocsh.h>
#include "NDArray.h"
#include "NDPluginTransform.h"
#include <epicsExport.h>

Functions

template<typename epicsType >
void movePixelStd (NDArray *inArray, NDTransformIndex_t pixelIndexIn, NDArray *outArray, NDTransformIndex_t pixelIndexOut)
 Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.
template<typename epicsType >
void movePixelRGB1 (NDArray *inArray, NDTransformIndex_t pixelIndexIn, NDArray *outArray, NDTransformIndex_t pixelIndexOut)
 Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.
template<typename epicsType >
void movePixelRGB2 (NDArray *inArray, NDTransformIndex_t pixelIndexIn, NDArray *outArray, NDTransformIndex_t pixelIndexOut)
 Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.
int NDTransformConfigure (const char *portName, int queueSize, int blockingCallbacks, const char *NDArrayPort, int NDArrayAddr, int maxBuffers, size_t maxMemory, int priority, int stackSize)
 Configuration command.
void NDTransformRegister (void)
 epicsExportRegistrar (NDTransformRegister)

Function Documentation

epicsExportRegistrar ( NDTransformRegister  )
template<typename epicsType >
void movePixelRGB1 ( NDArray inArray,
NDTransformIndex_t  pixelIndexIn,
NDArray outArray,
NDTransformIndex_t  pixelIndexOut 
)

Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.

Parameters:
[in]inArrayThe NDArray to be transformed
[in]pixelIndexInA structure holding the indices of the pixel to be moved
[in]outArrayThe NDArray that will hold the transformed data
[in]pixelIndexOutA structure to hold the indices of the transformed data (where to place the input pixel's data)
template<typename epicsType >
void movePixelRGB2 ( NDArray inArray,
NDTransformIndex_t  pixelIndexIn,
NDArray outArray,
NDTransformIndex_t  pixelIndexOut 
)

Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.

Parameters:
[in]inArrayThe NDArray to be transformed
[in]pixelIndexInA structure holding the indices of the pixel to be moved
[in]outArrayThe NDArray that will hold the transformed data
[in]pixelIndexOutA structure to hold the indices of the transformed data (where to place the input pixel's data)
template<typename epicsType >
void movePixelStd ( NDArray inArray,
NDTransformIndex_t  pixelIndexIn,
NDArray outArray,
NDTransformIndex_t  pixelIndexOut 
)

Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.

Parameters:
[in]inArrayThe NDArray to be transformed
[in]pixelIndexInA structure holding the indices of the pixel to be moved
[in]outArrayThe NDArray that will hold the transformed data
[in]pixelIndexOutA structure to hold the indices of the transformed data (where to place the input pixel's data)
int NDTransformConfigure ( const char *  portName,
int  queueSize,
int  blockingCallbacks,
const char *  NDArrayPort,
int  NDArrayAddr,
int  maxBuffers,
size_t  maxMemory,
int  priority,
int  stackSize 
)

Configuration command.

void NDTransformRegister ( void  )