#include <frametype.hh>
Public Member Functions | |
| ~data_t () | |
| Destructor. | |
| bool | allocate (int_2u_t type, int size) |
| Allocate an empty array. | |
| void | deallocate () |
| Dellocate array. | |
| void | clone (const data_t &templ) |
| Clone the header(s) from a template data structure. | |
| bool | fill (int_4u_t pos, int_4u_t num, const data_t &src, int_4u_t ofs=0, real_8_t mul=1) |
Public Attributes | |
| adcdata_t | fADC |
| ADC header. | |
| frvect_t | fVect |
| Data vector. | |
| bool framefast::data_t::fill | ( | int_4u_t | pos, | |
| int_4u_t | num, | |||
| const data_t & | src, | |||
| int_4u_t | ofs = 0, |
|||
| real_8_t | mul = 1 | |||
| ) |
Fill data into container.
| pos | fill position | |
| num | Number of points | |
| src | source vector | |
| ofs | Offset into soure vector | |
| mul | Data rate multiplication factor |
1.5.4