Struct CChannelConnector::SCallEntry#

Nested Relationships#

This struct is a nested type of Class CChannelConnector.

Struct Documentation#

struct SCallEntry#

Call entry structure that is defined for a call to wait for the result.

Public Types

enum EState#

Call entry state.

Values:

enumerator initialized#
enumerator processing#
enumerator processed#
enumerator canceled#
typedef sdv::sequence<sdv::pointer<uint8_t>> seqResult#

The result data.

Public Members

enum CChannelConnector::SCallEntry::EState eState = EState::initialized#

Data processing state.

std::mutex mtxWaitForResult#

Mutex to protect result processing.

std::condition_variable cvWaitForResult#

Condition variable to trigger result processing.