| 61 | } |
| 62 | |
| 63 | uint32_t FixedQueryContainer_::MapDeviceId_(uint32_t deviceSlot) const |
| 64 | { |
| 65 | if (deviceSlot == 0) { |
| 66 | return 0; |
| 67 | } |
| 68 | else { |
| 69 | return slotDeviceIds_[deviceSlot - 1]; |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | void FixedQueryContainer_::FinalizationPostprocess_(bool isPolled) |
| 74 | { |