ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcppParam.c File Reference
#include <ngc/core/ngcpp.h>

Functions

const char * ngcppProperty (const char *name)
 
int * ngcppSetupDynParam (size_t numParam, const char **id, size_t numCmd, char *erms)
 
int * ngcppParamPtr (void)
 
void ngcppParamDefault (void)
 
int ngcppDynComHandle (ngcpp_dcmd_t *cmdSet)
 

Variables

int ngcppParamBuf [3][ngcppMAX_PARAMSIZE]
 

Detailed Description

Function Documentation

◆ ngcppDynComHandle()

int ngcppDynComHandle ( ngcpp_dcmd_t * cmdSet)

Search a command set for the dynamic command that is currently on top of stack.

◆ ngcppParamDefault()

void ngcppParamDefault ( void )

Signal that the default parameter setting has been done.

◆ ngcppParamPtr()

int * ngcppParamPtr ( void )

Return a pointer to the current parameter structure.

◆ ngcppProperty()

const char * ngcppProperty ( const char * name)

Return the property value assigned to name or a NULL-pointer if the property does not exist.

◆ ngcppSetupDynParam()

int * ngcppSetupDynParam ( size_t numParam,
const char ** id,
size_t numCmd,
char * erms )

Set the readout mode specific parameter names. numParam is the number of parameters being used, numCmd is the number of dynamic commands being used. If numCmd is zero, no dynamic commands are used. If numParam is zero, no dynamic parameters are used.

Variable Documentation

◆ ngcppParamBuf

int ngcppParamBuf[3][ngcppMAX_PARAMSIZE]

Parameter buffers