#include <midasio.h>
|
| std::string | name |
| | bank name, 4 characters max
|
| |
| uint32_t | type = 0 |
| | type of bank data, enum of TID_xxx
|
| |
| uint32_t | data_size = 0 |
| | size of bank data in bytes
|
| |
| size_t | data_offset = 0 |
| | offset of data for this bank in the event data[] container
|
| |
Definition at line 43 of file midasio.h.
◆ data_offset
| size_t TMBank::data_offset = 0 |
offset of data for this bank in the event data[] container
Definition at line 49 of file midasio.h.
◆ data_size
| uint32_t TMBank::data_size = 0 |
size of bank data in bytes
Definition at line 48 of file midasio.h.
◆ name
bank name, 4 characters max
Definition at line 46 of file midasio.h.
◆ type
| uint32_t TMBank::type = 0 |
type of bank data, enum of TID_xxx
Definition at line 47 of file midasio.h.
The documentation for this class was generated from the following files: