Changeset 221 in flair-src for trunk/lib/FlairCore/src
- Timestamp:
- Feb 22, 2018, 3:38:55 PM (7 years ago)
- Location:
- trunk/lib/FlairCore/src
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/RangeFinderPlot.cpp
r214 r221 35 35 : SendData(position, name, "RangeFinderPlot", 200) { 36 36 this->datas = datas; 37 Warn("RangeFinderPlot::CopyDatas needs to be written\n"); 37 38 38 SetSendSize(datas->GetDataType().GetSize()); 39 39 … … 58 58 59 59 void RangeFinderPlot::CopyDatas(char *buf) const { 60 //datas->CopyDatas(buf);60 datas->CopyDatas(buf); 61 61 } 62 62
Note:
See TracChangeset
for help on using the changeset viewer.