Parent Directory | Revision Log
Error proof version. Implemented all detectors packets plus all the main telemetries packets. Missing all the Init and Alarm packets. Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs (the data formats seems correct even if CRC get wrong)
1 | /** @file |
2 | * $Source: /home/cvsmanager/yoda/event/DirectoryStructure.h,v $ |
3 | * $Id: DirectoryStructure.h,v 2.0 2004/09/21 20:49:57 kusanagi Exp $ |
4 | * $Author: kusanagi $ |
5 | * |
6 | * Header file for the CreateDirectoryStructure() function. |
7 | */ |
8 | #ifndef DIRECTORYSTRUCTURE_H |
9 | #define DIRECTORYSTRUCTURE_H |
10 | |
11 | int CreateDirectoryStructure(const char *FileName); |
12 | |
13 | #endif /* DIRECTORYSTRUCTURE_H */ |
ViewVC Help | |
Powered by ViewVC 1.1.23 |