Jpp
18.3.0-rc.1
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JDB
JCLBID.hh
Go to the documentation of this file.
1
#ifndef __JDB_JCLBID__
2
#define __JDB_JCLBID__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
#include "
JDB/JUPI_t.hh
"
8
#include "
JDB/JMACAddress.hh
"
9
10
11
/**
12
* \author mdejong
13
*/
14
namespace
JDATABASE {}
15
namespace
JPP {
using namespace
JDATABASE; }
16
17
namespace
JDATABASE {
18
19
struct
JCLBID
:
20
public
TObject
21
{
22
static
const
char
*
const
getName
() {
return
"clbid"
; }
//!< Table name
23
24
JUPI_t
CLBUPI
;
25
JMACAddress
MACADDR
;
26
int
CLBID
;
27
28
ClassDef
(
JCLBID
, 1);
29
};
30
}
31
32
#endif
JDATABASE::JCLBID::CLBUPI
JUPI_t CLBUPI
Definition:
JCLBID.hh:24
JMACAddress.hh
MAC address.
JDATABASE::JCLBID::MACADDR
JMACAddress MACADDR
Definition:
JCLBID.hh:25
TObject
Definition:
JRoot.hh:19
JDATABASE::JUPI_t
Universal product identifier (UPI).
Definition:
JUPI_t.hh:30
JDATABASE::JCLBID::CLBID
int CLBID
Definition:
JCLBID.hh:26
JDATABASE::JMACAddress
MAC address.
Definition:
JMACAddress.hh:28
JDATABASE::JCLBID::ClassDef
ClassDef(JCLBID, 1)
JUPI_t.hh
JDATABASE::JCLBID::getName
static const char *const getName()
Table name.
Definition:
JCLBID.hh:22
JDATABASE::JCLBID
Definition:
JCLBID.hh:19
Generated by
1.8.5