MIDAS
Loading...
Searching...
No Matches
HsSchemaEntry Struct Reference
Collaboration diagram for HsSchemaEntry:

Public Member Functions

 HsSchemaEntry ()
 

Public Attributes

std::string tag_name
 
std::string tag_type
 
std::string name
 
int type = 0
 
int n_data = 0
 
int n_bytes = 0
 
bool inactive = false
 

Detailed Description

Definition at line 393 of file history_schema.cxx.

Constructor & Destructor Documentation

◆ HsSchemaEntry()

HsSchemaEntry::HsSchemaEntry ( )
inline

Definition at line 402 of file history_schema.cxx.

403 {
404 type = 0;
405 n_data = 0;
406 n_bytes = 0;
407 }
int type
int n_data
int n_bytes

Member Data Documentation

◆ inactive

bool HsSchemaEntry::inactive = false

Definition at line 400 of file history_schema.cxx.

◆ n_bytes

int HsSchemaEntry::n_bytes = 0

Definition at line 399 of file history_schema.cxx.

◆ n_data

int HsSchemaEntry::n_data = 0

Definition at line 398 of file history_schema.cxx.

◆ name

std::string HsSchemaEntry::name

Definition at line 396 of file history_schema.cxx.

◆ tag_name

std::string HsSchemaEntry::tag_name

Definition at line 394 of file history_schema.cxx.

◆ tag_type

std::string HsSchemaEntry::tag_type

Definition at line 395 of file history_schema.cxx.

◆ type

int HsSchemaEntry::type = 0

Definition at line 397 of file history_schema.cxx.


The documentation for this struct was generated from the following file: