57 if ( strcmp(what,
"ringState") == 0 ) {
58 if (ich >=0 && ich < 256) {
63 if ( strcmp(what,
"ionSpecies") == 0 ) {
64 if (ich>=0 && ich<1024) {
69 if ( strcmp(what,
"stoneType") == 0 )
return ps->
m_stoneType ;
71 if ( strcmp(what,
"intendedFillPattern") == 0 ) {
72 if (ich >= 0 && ich < 360 ) {
77 if ( strcmp(what,
"measuredFillPattern") == 0 ) {
78 if (ich >= 0 && ich < 360 ) {
83 if ( strcmp(what,
"polarizationFillPattern") == 0 ) {
84 if (ich >= 0 && ich < 360 ) {
102 if ( strcmp(what,
"measuredPolarizationUp") == 0 ) {
103 if (ich >= 0 && ich < 360 ) {
107 if ( strcmp(what,
"measuredPolarizationDown") == 0 ) {
108 if (ich >= 0 && ich < 360 ) {
117 std::cout <<
"packet_cdevring::iValue error unknown datum: " << what << std::endl;
129 if ( strcmp(what,
"gamma") == 0 )
return ps->
m_gamma;
141 std::cout <<
"packet_cdevring::dValue error unknown datum: " << what << std::endl;
157 os <<
"m_gamma " <<
ps->
m_gamma << std::endl;
168 os <<
"fillNumber " <<
iValue(i,
"fillNumber") << std::endl;
169 os <<
"datavalidMask " <<
iValue(i,
"datavalidMask") << std::endl;
175 os <<
"index " <<
" intendedFillPattern " <<
" measuredFillPattern "<<
" polarizationFillPattern "<<
" measuredPolarizationUp" <<
" measuredPolarizationDown"<< std::endl;
176 for (i = 0 ; i < 360 ;i++)
178 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")<< std::setw(25) <<
iValue(i,
"measuredPolarizationUp")<< std::setw(23) <<
iValue(i,
"measuredPolarizationDown");
187 os <<
"index " <<
" intendedFillPattern " <<
" measuredFillPattern "<<
" polarizationFillPattern "<< std::endl;
188 for (i = 0; i< 360; i++) {
189 os << std::setw(3) <<i << std::setw(3)<<
"|" << std::setw(10) <<
iValue(i,
"intendedFillPattern")<< std::setw( 20)<<
iValue(i,
"measuredFillPattern")<< std::setw( 15)<<
iValue(i,
"polarizationFillPattern");