DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EGlobalFun.h
Go to the documentation of this file.
1 #ifndef _GlobalFun_H_
2 #define _GlobalFun_H_
3 
4 namespace EM
5 {
6  namespace Strojcek
7  {
8  namespace VstupneUdaje
9  {
10  char *GetRetazecFromBuf( char*Buff, long Num, long Len );
11  unsigned short GetNumRetazecFromBuf( char*Buff, long Len );
12 
13  // vrati take cislo aby bolo delitelne 8 zaokruhluje sa nahor
14  long Round8( long cislo );
15  }
16  }
17 }
18 
19 #endif
long Round8(long cislo)
Definition: EGlobalFun.cpp:54
char * GetRetazecFromBuf(char *Buff, long Num, long Len)
Definition: EGlobalFun.cpp:11
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
unsigned short GetNumRetazecFromBuf(char *Buff, long Len)
Definition: EGlobalFun.cpp:38