/[PAMELA software]/yodaUtility/YFile.h
ViewVC logotype

Contents of /yodaUtility/YFile.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Sun Apr 30 11:08:14 2006 UTC (18 years, 7 months ago) by kusanagi
Branch: MAIN
CVS Tags: yodaUtility2_0/00, yodaUtility1_0/00, yodaUtility2_2/00, yodaUtility2_1/00, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Various utilities for the yoda environment and its related softwares.
YFile 	   	- Inheriths from TFile     - Add custom features to a TFile object.
YException 	- Inheriths from exception - YODA specific Exceptions.
YMcmd	   	- Decoder for the Mcmd packets.
YSQLConnection 	- Singletn class for DB connections.
yodaUtility     - Various functions.
sgp4		- C++ NORAD SGP4/SDP4 Implementation - Developed by Michael F. Henry.

1 #ifndef YFILE_H
2 #define YFILE_H
3
4 #include <YException.h>
5 #include <TFile.h>
6
7 using namespace yngn::YException;
8
9 namespace yngn {
10 namespace util {
11 class YFile {
12 private:
13 YFile() {}
14 public:
15 static TFile *yfile;
16 static TFile* Open(const char* url, const char* options = "", bool copy = false, const char* path = "./.") throw (YNotExistingFileException, YSystemCommandException);
17 };
18 }
19 }
20 #endif /* YFILE_H */

  ViewVC Help
Powered by ViewVC 1.1.23