Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_DummyDatabase Class Reference

#include <DC_DummyDatabase.h>

Inheritance diagram for DC_DummyDatabase:

DC_BasicDatabase ParameterDatabase CC_RootObject List of all members.

Detailed Description

Default component implementing a dummy parameter database.

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.

Author:
Alessandro Pasetti (P&P Software GmbH)
Version:
1.0

Definition at line 26 of file DC_DummyDatabase.h.

Public Member Functions

 DC_DummyDatabase (void)
 Instantiate a dummy database component.


Constructor & Destructor Documentation

DC_DummyDatabase::DC_DummyDatabase void   ) 
 

Instantiate a dummy database component.

The class identifier is set. The database size is set to one. An internal variable of type char is used as default and operational table. The value of the single item it contains is set to zero.

Definition at line 15 of file DC_DummyDatabase.cpp.


The documentation for this class was generated from the following files:
Copyright 2003 P&P Software GmbH - All Rights Reserved