| 186 | } |
| 187 | |
| 188 | void PNode :: InitStateMachine(const Options & oOptions) |
| 189 | { |
| 190 | for (auto & oGroupSMInfo : oOptions.vecGroupSMInfoList) |
| 191 | { |
| 192 | for (auto & poSM : oGroupSMInfo.vecSMList) |
| 193 | { |
| 194 | AddStateMachine(oGroupSMInfo.iGroupIdx, poSM); |
| 195 | } |
| 196 | } |
| 197 | } |
| 198 | |
| 199 | void PNode :: RunMaster(const Options & oOptions) |
| 200 | { |
nothing calls this directly
no outgoing calls
no test coverage detected