CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
factory.h
Go to the documentation of this file.
1//Dear emacs, this is -*- c++ -*-
2
3/**
4 * @file factory.h
5 * @author <a href="mailto:[email protected]">Mireia Dosil</a>
6 * $Revision: 1.1.1.1 $
7 * $Date: 2007/04/26 12:43:06 $
8 *
9 * @brief Creates an Interface object of the concrete type efpsc::Psc
10 */
11
12#ifndef ESC_FACTORY_H
13#define ESC_FACTORY_H
14
15#include "efhlt/Interface.h"
16
17extern "C" {
19}
20
21#endif /* ESC_FACTORY_H */
Interface definition between HLT and DF.
efhlt::Interface * factory(void)
Definition factory.cxx:17