Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 542 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 542 Bytes

tevclient   

This is a C++11 library to remotly control the tev image viewer. The code for this library is based on the original implementation in tev with some notable modifications:

  • C-style interface for passing data instead of using STL containers
  • Zero copy when sending image data
  • Use error return codes instead of exceptions

Usage

See example.cpp for an example on how to use this library.