Changeset 105 in pacpussensors for trunk/Alasca/AlascaComponent.cpp


Ignore:
Timestamp:
11/24/15 16:58:59 (9 years ago)
Author:
cerichar
Message:

compilation OK under Windows 10 64 bits, Qt5.5, pacpus 0.2.2, boost 1.54

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Alasca/AlascaComponent.cpp

    r66 r105  
    9898        }
    9999    }
    100     shmem_ = new ShMem(kAlaskaMemoryName.c_str(), sizeof(ScanAlascaData));
     100    //shmem_ = new ShMem(kAlaskaMemoryName.c_str(), sizeof(ScanAlascaData));
    101101}
    102102
     
    110110        dataFile_.close();
    111111    }
    112     delete shmem_;
     112    //delete shmem_;
    113113    // delete generator;
    114114}
     
    491491            if (isRecording()) writeData();
    492492            // push data in shared memory
    493             shmem_->write(&alascaData, sizeof(alascaData));
     493            //shmem_->write(&alascaData, sizeof(alascaData));
    494494        }
    495495
Note: See TracChangeset for help on using the changeset viewer.