#include <string.h>
#include <tpia_target.h>
#include <tpia_misc.h>
Go to the source code of this file.
|
tpia_channel * | tpia_channel_create (statusMessageReporting *smr) |
|
int | tpia_channel_initialize (statusMessageReporting *, tpia_channel *channel) |
|
tpia_channel * | tpia_channel_createGetFromElement (statusMessageReporting *smr, tpia_target_heated *target, xData_element *channelElement, int pointwiseRequired) |
|
tpia_channel * | tpia_channel_free (statusMessageReporting *smr, tpia_channel *channel) |
|
int | tpia_channel_release (statusMessageReporting *smr, tpia_channel *channel) |
|
int | tpia_channel_getFromElement (statusMessageReporting *smr, tpia_target_heated *target, xData_element *channelElement, tpia_channel *channel, int pointwiseRequired) |
|
tpia_product * | tpia_channel_getFirstProduct (tpia_channel *channel) |
|
tpia_product * | tpia_channel_getProductByIndex (statusMessageReporting *, tpia_channel *channel, int index) |
|
int | tpia_channel_numberOfProducts (statusMessageReporting *, tpia_channel *channel) |
|
int | tpia_channel_isProduction (statusMessageReporting *, tpia_channel *channel) |
|
double | tpia_channel_getCrossSectionAtE (statusMessageReporting *smr, tpia_channel *channel, xData_Int, double e_in, int crossSectionType) |
|