Changeset 997
- Timestamp:
- 01/06/00 12:55:35 (13 years ago)
- Files:
-
- 1 modified
-
vic/trunk/net/mbus_engine.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vic/trunk/net/mbus_engine.cpp
r996 r997 58 58 {"audio.input.powermeter", &MBusEngine::rx_powermeter}, 59 59 {"mbus.hello", &MBusEngine::rx_mbus_hello}, 60 { "",NULL}60 {NULL,NULL} 61 61 }; 62 62 mbus_cmnd_to_func_table_=mbus_cmnd_to_func_table;
