#include <DC_DummyDatabase.h>
Inheritance diagram for DC_DummyDatabase:

A dummy parameter database is a parameter database with a length of of one byte and with default and operational tables that coincide. It is useful for testing purposes as a placeholder for a component of type ParameterDatabase.
Definition at line 26 of file DC_DummyDatabase.h.
Public Member Functions | |
| DC_DummyDatabase (void) | |
| Instantiate a dummy database component. | |
|
|
Instantiate a dummy database component.
The class identifier is set. The database size is set to one. An internal variable of type Definition at line 15 of file DC_DummyDatabase.cpp. |