Changeset 214 in flair-src for trunk/lib/FlairCore/src/unexported
- Timestamp:
- Feb 7, 2018, 5:49:27 PM (7 years ago)
- Location:
- trunk/lib/FlairCore/src/unexported
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/unexported/Matrix_impl.h
r213 r214 33 33 flair::core::ScalarType const &elementDataType; 34 34 flair::core::cvmatrix_descriptor *descriptor; 35 float **datas; 35 void *datas; 36 void SetValueNoMutex(uint32_t row, uint32_t col, float value); 37 float ValueNoMutex(uint32_t row, uint32_t col) const; 36 38 37 39 private: -
trunk/lib/FlairCore/src/unexported/config.h
r213 r214 27 27 28 28 // nrt pipe size 29 #define NRT_PIPE_SIZE 1024 * 100 29 #define NRT_PIPE_SIZE 1024 * 100*10 30 30 31 31 // rt log heap size
Note:
See TracChangeset
for help on using the changeset viewer.