----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------
| 109 | // Constructor |
| 110 | //----------------------------------------------------------------------------- |
| 111 | CommandClasses::CommandClasses |
| 112 | ( |
| 113 | ) |
| 114 | { |
| 115 | memset( m_commandClassCreators, 0, sizeof(pfnCreateCommandClass_t)*256 ); |
| 116 | memset( m_supportedCommandClasses, 0, sizeof(uint32)*8 ); |
| 117 | } |
| 118 | |
| 119 | //----------------------------------------------------------------------------- |
| 120 | // <CommandClasses::IsSupported> |
nothing calls this directly
no outgoing calls
no test coverage detected