AMU Library 3.0
C/C++ library for communicating with AMU (Aerospace Measurement Unit) devices
Loading...
Searching...
No Matches
C++ API Reference

Complete C++ library API documentation.

This section documents all public classes, functions, and types provided by the AMU library for C++ applications.

Main Classes

  • AMU - Primary interface class for AMU device communication

Data Types

The library defines several data types for structured data exchange:

  • Temperature sensor data
  • Sun sensor measurements
  • I-V sweep configurations
  • Calibration coefficients

Error Handling

All functions return appropriate error codes or use exceptions where applicable. Check return values and handle errors appropriately.