Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:17:40

0001 #ifndef INTT_FELIX_MAP_H
0002 #define INTT_FELIX_MAP_H
0003 
0004 namespace InttNameSpace
0005 {
0006   struct Online_s;
0007 }
0008 namespace InttNameSpace
0009 {
0010   struct RawData_s;
0011 }
0012 
0013 namespace InttFelix
0014 {
0015   int RawDataToOnline(struct InttNameSpace::RawData_s const&, struct InttNameSpace::Online_s&);
0016   int OnlineToRawData(struct InttNameSpace::Online_s const&, struct InttNameSpace::RawData_s&);
0017 };  // namespace InttFelix
0018 
0019 #endif  // INTT_FELIX_MAP_H