#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <epicsMutex.h>
#include <epicsString.h>
#include <iocsh.h>
#include <epicsExport.h>
#include "NDPluginColorConvert.h"
Functions | |
int | NDColorConvertConfigure (const char *portName, int queueSize, int blockingCallbacks, const char *NDArrayPort, int NDArrayAddr, int maxBuffers, size_t maxMemory, int priority, int stackSize) |
void | NDColorConvertRegister (void) |
epicsExportRegistrar (NDColorConvertRegister) |
epicsExportRegistrar | ( | NDColorConvertRegister | ) |
int NDColorConvertConfigure | ( | const char * | portName, | |
int | queueSize, | |||
int | blockingCallbacks, | |||
const char * | NDArrayPort, | |||
int | NDArrayAddr, | |||
int | maxBuffers, | |||
size_t | maxMemory, | |||
int | priority, | |||
int | stackSize | |||
) |
void NDColorConvertRegister | ( | void | ) |