SEDRIS API Fundamentals
Basic Data Types: Promote machine / compiler independence through mapping of atomic data type to unambiguous type names
- SE_INT8, SE_INT16, SE_INT32
- SE_UINT8, SE_UINT16, SE_UINT32
- SE_FLOAT32, SE_FLOAT64
- SE_BOOLEAN
Opaque Types:
- Promote implementation independence through the hiding of underlying structures
- Commonly referred to as handles