#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] |
| int ngcppDynComHandle | ( | ngcpp_dcmd_t * | cmdSet | ) |
Search a command set for the dynamic command that is currently on top of stack.
| void ngcppParamDefault | ( | void | ) |
Signal that the default parameter setting has been done.
| int * ngcppParamPtr | ( | void | ) |
Return a pointer to the current parameter structure.
| const char * ngcppProperty | ( | const char * | name | ) |
Return the property value assigned to name or a NULL-pointer if the property does not exist.
| 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.
| int ngcppParamBuf[3][ngcppMAX_PARAMSIZE] |
Parameter buffers