Analysis
version 7.0 - august 2014
|
#include "Tools.hh"
Functions | |
Int2 | get_int2 (const string &istr) |
Int4 | get_int4 (const string &istr) |
Real4 | get_real4 (const string &istr) |
Real8 | get_real8 (const string &istr) |
U_Int4 | u_int4_LSB (const char *buf) |
U_Int4 | u_int4_MSB (const char *buf) |
U_Int2 | u_int2_LSB (const char *buf) |
U_Int2 | u_int2_MSB (const char *buf) |
Fichier de définition de fonctions diverses utilisées dans les bibliothèques pour l'analyse.
Int2 get_int2 | ( | const string & | istr | ) |
Lit un entier 16 bits signé à partir d'une chaîne de caractères
istr | chaîne contenan la valeur à lire |
Int4 get_int4 | ( | const string & | istr | ) |
Lit un entier 32 bits signé à partir d'une chaîne de caractères
istr | chaîne contenan la valeur à lire |
Referenced by GanilCoderInfo::SetCoderInfo(), GanilEndrunInfo::SetEndrunInfo(), GanilEventInfo::SetEventInfo(), GanilFileInfo::SetFileInfo(), and GanilParamInfo::SetParamInfo().
Real4 get_real4 | ( | const string & | istr | ) |
Lit un réel 32 bits à partir d'une chaîne de caractères
istr | chaîne contenan la valeur à lire |
Real8 get_real8 | ( | const string & | istr | ) |
Lit un réel 64 bit à partir d'une chaîne de caractères
istr | chaîne contenan la valeur à lire |
U_Int4 u_int4_LSB | ( | const char * | buf | ) |
Lecture d'un entier 32 bits non signé depuis une table de caractères en format LSB.
buf | buffer de caractères |
Referenced by GanilBuffer::ExtractUInt4(), and int4_LSB().
U_Int4 u_int4_MSB | ( | const char * | buf | ) |
Lecture d'un entier 32 bits non signé depuis une table de caractères en format MSB.
buf | buffer de caractères |
Referenced by GanilBuffer::ExtractUInt4(), and int4_MSB().
U_Int2 u_int2_LSB | ( | const char * | buf | ) |
Lecture d'un entier 16 bits non signé depuis une table de caractères en format LSB.
buf | buffer de caractères |
Referenced by GanilBuffer::ExtractUInt2(), int2_LSB(), and GanilBuffer::SetEventDBInfo().
U_Int2 u_int2_MSB | ( | const char * | buf | ) |
Lecture d'un entier 16 bits non signé depuis une table de caractères en format MSB.
buf | buffer de caractères |
Referenced by GanilBuffer::ExtractUInt2(), int2_MSB(), and GanilBuffer::SetEventDBInfo().