WARNING: index n is not checked!
| 167 | |
| 168 | FLOAT_DMEM get(int n) const { return data[n]; } // WARNING: index n is not checked! |
| 169 | void set(int n, FLOAT_DMEM v) { data[n]=v; } // WARNING: index n is not checked! |
| 170 | |
| 171 | void setTimeMeta(TimeMetaInfo *xtmeta); |
| 172 | void copyTimeMeta(const TimeMetaInfo *xtmeta); |
no outgoing calls
no test coverage detected