Changeset 221 in flair-src for trunk/lib/FlairCore


Ignore:
Timestamp:
02/22/18 15:38:55 (6 years ago)
Author:
Sanahuja Guillaume
Message:

add us plot

Location:
trunk/lib/FlairCore/src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/RangeFinderPlot.cpp

    r214 r221  
    3535    : SendData(position, name, "RangeFinderPlot", 200) {
    3636  this->datas = datas;
    37 Warn("RangeFinderPlot::CopyDatas needs to be written\n");
     37
    3838  SetSendSize(datas->GetDataType().GetSize());
    3939
     
    5858
    5959void RangeFinderPlot::CopyDatas(char *buf) const {
    60   //datas->CopyDatas(buf);
     60  datas->CopyDatas(buf);
    6161}
    6262
Note: See TracChangeset for help on using the changeset viewer.