| 94 | }; |
| 95 | |
| 96 | BarrierOperator::BarrierOperator |
| 97 | ( |
| 98 | uint32 const _homeId, |
| 99 | uint8 const _nodeId |
| 100 | ): |
| 101 | CommandClass( _homeId, _nodeId ) |
| 102 | { |
| 103 | |
| 104 | } |
| 105 | |
| 106 | |
| 107 | //----------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected