HLCPP tutorials

May 7, 2021 ยท View on GitHub

This section includes the following tutorials for using the HLCPP FIDL bindings:

Getting started

  1. Include FIDL in a C++ project
  2. Write a server
  3. Write a client (async or synchronous)

Topics

  • Request pipelining
  • Testing HLCPP protocols
  • FIDL type formatting with fostr
  • Handling multiple clients
  • Unified services

Contents

  1. 1Getting started
  2. 2Topics