GATE
Socop Class Reference
Inheritance diagram for Socop:
SocopClient SocopDriver SocopServer SocopServerDispatcher SocopSlave SocopMaster SocopSlave SocopMaster

Public Types

enum  Result {
  Ok = SOCOP_OK , Error = SOCOP_ERROR , Error_NotImpl = SOCOP_ERROR_NOTIMPL , Error_IO = SOCOP_ERROR_IO ,
  Error_Timeout = SOCOP_ERROR_TIMEOUT , Error_InvalidData = SOCOP_ERROR_INVALIDDATA , Error_OutOfBounds = SOCOP_ERROR_OUTOFBOUNDS , Error_WrongMessage = SOCOP_ERROR_WRONGMESSAGE ,
  Error_ResourceError = SOCOP_ERROR_RESOURCEERROR , Error_Corruption = SOCOP_ERROR_CORRUPTION , Error_InvalidArg = SOCOP_ERROR_INVALIDARG , Error_Failed = SOCOP_ERROR_FAILED
}
 
enum  Flags { Flag_Receive = SOCOP_MSG_FLAG_RECV , Flag_Send = SOCOP_MSG_FLAG_SEND , Flag_Error = SOCOP_MSG_FLAG_ERROR }
 
typedef socop_socket_t Socket
 
typedef socop_addr_t Address
 
typedef socop_word_t word_t
 

Static Protected Member Functions

static Result translate_result (int result)
 
static int translate_result (Result result)
 

The documentation for this class was generated from the following files: