tree: 272b53936c8679a0326bab6560edc507f6c591aa [path history] [tgz]
  1. BUILD.gn
  2. DIR_METADATA
  3. OWNERS
  4. README.md
  5. sar_config_reader.cc
  6. sar_config_reader.h
  7. sar_config_reader_delegate_impl.cc
  8. sar_config_reader_delegate_impl.h
  9. sar_config_reader_test.cc
  10. test_fakes.cc
  11. test_fakes.h
libsar/README.md

ChromeOS Sar Sensor Config Reader Library

SarConfigReader is the main class being used. Users should mostly choose an implementation of SarConfigReader::Delegate, either SarConfigReaderDelegateImpl or FakeSarConfigReaderDelegate. Both provided in this library.