OS  v1.7.5
Documentation
Loading...
Searching...
No Matches
Response handler

API to simplify the handling of requested responses from terminal interfaces. More...

Collaboration diagram for Response handler:

Classes

class  qOS::response
 A Response Handler object. More...
 

Enumerations

enum class  qOS::responseStatus { qOS::responseStatus::MISSING , qOS::responseStatus::SUCCESS , qOS::responseStatus::TIMEOUT }
 A enum with the possible return status of a qOS::response object. More...
 

Detailed Description

API to simplify the handling of requested responses from terminal interfaces.

Enumeration Type Documentation

◆ responseStatus

enum class qOS::responseStatus
strong

A enum with the possible return status of a qOS::response object.

Enumerator
MISSING 
SUCCESS 
TIMEOUT