| 115 | } |
| 116 | |
| 117 | void GridMapDisplay::onInitialize() |
| 118 | { |
| 119 | MFDClass::onInitialize(); // "MFDClass" = typedef of "MessageFilterDisplay<message type>" |
| 120 | updateHistoryLength(); |
| 121 | } |
| 122 | |
| 123 | void GridMapDisplay::reset() |
| 124 | { |
nothing calls this directly
no outgoing calls
no test coverage detected