fort-hermes
placeholder

The Basics

  • Getting Started
  • Reading a file sequence
  • Connect to a leto instance

Extra Informations

  • C/C++ API Reference
    • fort::hermes::FileContext
    • fort::hermes::NetworkContext
    • fort::hermes Exception and Errors
  • Python API Reference
    • py_fort_hermes.file
    • py_fort_hermes.network
    • py_fort_hermes errors
  • fort-hermes File Format
fort-hermes
  • »
  • C/C++ API Reference
  • Edit on GitHub

C/C++ API Reference¶

  • fort::hermes::FileContext
  • fort::hermes::NetworkContext
  • fort::hermes Exception and Errors
    • fort::hermes::EndOfFile
    • fort::hermes::WouldBlock
    • fort::hermes::InternalError
    • fort::hermes::UnexpectedEndOfFileSequence

Python API Reference¶

  • py_fort_hermes.file
    • Context
      • Context.close()
    • open()
  • py_fort_hermes.network
    • Context
    • connect()
  • py_fort_hermes errors
    • UnexpectedEndOfFileSequence
      • UnexpectedEndOfFileSequence.segmentPath
    • InternalError
      • InternalError.code
    • ErrorCode
      • ErrorCode.FH_COULD_NOT_CONNECT
      • ErrorCode.FH_END_OF_STREAM
      • ErrorCode.FH_MESSAGE_DECODE_ERROR
      • ErrorCode.FH_NO_ERROR
      • ErrorCode.FH_SOCKET_ERROR
      • ErrorCode.FH_STREAM_NO_HEADER
      • ErrorCode.FH_STREAM_WRONG_VERSION
      • ErrorCode.FH_UNEXPECTED_END_OF_FILE_SEQUENCE
Next Previous

© Copyright 2021, Alexandre Tuleu.

Built with Sphinx using a theme provided by Read the Docs.