Show
Ignore:
Timestamp:
07/20/09 19:15:04 (4 years ago)
Author:
saturday06
Message:

あsdf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/src/mil/include/mil/DoubleBuffer.h

    r34469 r34500  
    88    T buffer[2]; 
    99    int current_cache; 
    10     atomic<uint32_t> status; //  0-15: newer buffer   0,1=offset 
     10        atomic<boost::uint32_t> status; //  0-15: newer buffer   0,1=offset 
    1111                             // 16-32: reading buffer 0=idle 1=offset0, 2=offset1 
    1212 
     
    1515 
    1616    void write(T data) { 
     17                using namespace boost; 
    1718        // �ǂݍ��ݒ��̃o�b�t�@���ŐV�ł͂Ȃ��� 
    1819        uint16_t c_newer = current_cache;