-
- Downloads
Refactoring and New Channel Creation
The cache part of common toolkit has been refactored to chaos::common::data::cache (the namespace has been normalized to the directory path). The new Device Channel has been created to manage the control unit data push operation. Old project for test are been removed from framework xcode workspace. Change-Id: I42cc93464ce092063d8b6e97817cf61caf5e17cf
Showing
- CHAOSFramework.xcodeproj/project.pbxproj 20 additions, 2 deletionsCHAOSFramework.xcodeproj/project.pbxproj
- CHAOSWorkspace.xcworkspace/contents.xcworkspacedata 0 additions, 12 deletionsCHAOSWorkspace.xcworkspace/contents.xcworkspacedata
- chaos/common/CMakeLists.txt 2 additions, 1 deletionchaos/common/CMakeLists.txt
- chaos/common/data/cache/CacheGlobal.h 67 additions, 65 deletionschaos/common/data/cache/CacheGlobal.h
- chaos/common/data/cache/ChannelValueAccessor.cpp 1 addition, 1 deletionchaos/common/data/cache/ChannelValueAccessor.cpp
- chaos/common/data/cache/ChannelValueAccessor.h 29 additions, 28 deletionschaos/common/data/cache/ChannelValueAccessor.h
- chaos/common/data/cache/DataCache.cpp 1 addition, 1 deletionchaos/common/data/cache/DataCache.cpp
- chaos/common/data/cache/DataCache.h 129 additions, 127 deletionschaos/common/data/cache/DataCache.h
- chaos/common/data/cache/FastHash.cpp 1 addition, 1 deletionchaos/common/data/cache/FastHash.cpp
- chaos/common/data/cache/FastHash.h 12 additions, 10 deletionschaos/common/data/cache/FastHash.h
- chaos/common/data/cache/KeyGroupCache.cpp 1 addition, 1 deletionchaos/common/data/cache/KeyGroupCache.cpp
- chaos/common/data/cache/KeyGroupCache.h 83 additions, 82 deletionschaos/common/data/cache/KeyGroupCache.h
- chaos/common/data/cache/LFDataCache.cpp 1 addition, 1 deletionchaos/common/data/cache/LFDataCache.cpp
- chaos/common/data/cache/LFDataCache.h 94 additions, 93 deletionschaos/common/data/cache/LFDataCache.h
- chaos/common/direct_io/DirectIOForwarder.h 3 additions, 3 deletionschaos/common/direct_io/DirectIOForwarder.h
- chaos/common/direct_io/channel/DirectIOCDataWrapperClientChannel.cpp 3 additions, 4 deletions...n/direct_io/channel/DirectIOCDataWrapperClientChannel.cpp
- chaos/common/direct_io/channel/DirectIOCDataWrapperClientChannel.h 1 addition, 1 deletion...mon/direct_io/channel/DirectIOCDataWrapperClientChannel.h
- chaos/common/direct_io/channel/DirectIOCDataWrapperServerChannel.cpp 19 additions, 8 deletions...n/direct_io/channel/DirectIOCDataWrapperServerChannel.cpp
- chaos/common/direct_io/channel/DirectIOCDataWrapperServerChannel.h 19 additions, 8 deletions...mon/direct_io/channel/DirectIOCDataWrapperServerChannel.h
- chaos/common/direct_io/channel/DirectIOChannelGlobal.h 1 addition, 0 deletionschaos/common/direct_io/channel/DirectIOChannelGlobal.h
Loading
Please register or sign in to comment