1 #ifndef arraytemplate_h
2 #define arraytemplate_h
8 #include "carma/szaarrayutils/arraymap.h"
9 #include "carma/szaarrayutils/regtemplate.h"
18 char name[REG_NAME_LEN+1];
41 ArrayMap *net_get_ArrayMap(sza::array::NetBuf *net,
bool old=
false);
46 int net_put_ArrayTemplate(
ArrayTemplate *arrTmp, sza::array::NetBuf *net);
51 ArrayTemplate *net_get_ArrayTemplate(sza::array::NetBuf *net);
......................................................................
......................................................................
......................................................................