Struct CChannelConnector::SCallEntry#
Defined in File com_channel.h
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
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.
-
enum CChannelConnector::SCallEntry::EState eState = EState::initialized#