45 if ( strcmp(what,
"intendedFillPattern") == 0 ) {
46 if (ich >= 0 && ich < 360 ) {
51 if ( strcmp(what,
"measuredFillPattern") == 0 ) {
52 if (ich >= 0 && ich < 360 ) {
57 if ( strcmp(what,
"polarizationFillPattern") == 0 ) {
58 if (ich >= 0 && ich < 360 ) {
70 std::cout <<
"packet_cdevbuckets::iValue error unknown datum: " << what << std::endl;
85 std::cout <<
"packet_cdevbuckets::dValue error unknown datum: " << what << std::endl;
102 os <<
"index " <<
" intendedFillPattern " <<
" measuredFillPattern "<<
" polarizationFillPattern " << std::endl;
103 for (i = 0 ; i < 360 ;i++)
105 os << std::setw(3) <<i << std::setw(3)<<
"|" << std::setw(10) <<
iValue(i,
"intendedFillPattern")<< std::setw( 20)<<
iValue(i,
"measuredFillPattern")<< std::setw( 23)<<
iValue(i,
"polarizationFillPattern");