1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $ |
* $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $ |
3 |
* $Id: TmtcEvent.h,v 4.1 2005/05/07 08:49:09 kusanagi Exp $ |
* $Id: TmtcEvent.h,v 5.1 2005/08/29 13:02:36 Maurizio Nagni Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
5 |
* |
* |
6 |
* Header file for the TmtcEvent class. |
* Header file for the TmtcEvent class. |
7 |
*/ |
*/ |
8 |
#ifndef TMTC_EVENT_H |
#ifndef TMTC_EVENT_H |
9 |
#define TMTC_EVENT_H |
#define TMTC_EVENT_H |
10 |
|
|
11 |
#include <vector> |
|
12 |
#include "event/SubPacket.h" |
#include "TmtcRecord.h" |
|
#include "event/tmtc/TmtcRecord.h" |
|
13 |
#include <TClonesArray.h> |
#include <TClonesArray.h> |
14 |
|
|
15 |
using namespace std; |
using namespace std; |