3 #ifndef SZA_UTIL_RTDARRAYTEMPLATE_H
4 #define SZA_UTIL_RTDARRAYTEMPLATE_H
18 #include "carma/szaarrayutils/arraytemplate.h"
28 class RtdArrayTemplate :
public NetDat {
40 virtual ~RtdArrayTemplate();
43 void deserialize(
const std::vector<unsigned char>& bytes);
44 void deserialize(
const unsigned char* bytes);
48 void constructAsciiTemplate();
49 void compressAsciiTemplate();
57 std::string asciiTemplate_;
58 std::map<unsigned, RegBlockTemp*> regTempMap_;
60 void addTo(std::vector<unsigned char>& arr,
unsigned char* ptr,
unsigned nbyte);
71 #endif // End #ifndef SZA_UTIL_RTDARRAYTEMPLATE_H
Tagged: Tue Jun 22 22:32:16 UTC 2004.
Tagged: Wed Jul 6 13:41:09 PDT 2005.
......................................................................