plptools
Loading...
Searching...
No Matches
rpcsfactory.cc File Reference
#include "config.h"
#include "rpcs16.h"
#include "rpcs32.h"
#include "rpcsfactory.h"
#include "bufferstore.h"
#include "tcpsocket.h"
#include "Enum.h"
#include <stdlib.h>
#include <time.h>
Include dependency graph for rpcsfactory.cc:

Go to the source code of this file.

Functions

stringRep add (rpcsfactory::FACERR_NONE, N_("no error"))
 
stringRep add (rpcsfactory::FACERR_COULD_NOT_SEND, N_("could not send version request"))
 
stringRep add (rpcsfactory::FACERR_AGAIN, N_("try again"))
 
stringRep add (rpcsfactory::FACERR_NOPSION, N_("no EPOC device connected"))
 
stringRep add (rpcsfactory::FACERR_PROTVERSION, N_("wrong protocol version"))
 
stringRep add (rpcsfactory::FACERR_NORESPONSE, N_("no response from ncpd"))
 

Function Documentation

◆ add() [1/6]

stringRep add ( rpcsfactory::FACERR_AGAIN  ,
N_("try again")   
)

◆ add() [2/6]

stringRep add ( rpcsfactory::FACERR_COULD_NOT_SEND  ,
N_("could not send version request")   
)

◆ add() [3/6]

stringRep add ( rpcsfactory::FACERR_NONE  ,
N_("no error")   
)

◆ add() [4/6]

stringRep add ( rpcsfactory::FACERR_NOPSION  ,
N_("no EPOC device connected")   
)

◆ add() [5/6]

stringRep add ( rpcsfactory::FACERR_NORESPONSE  ,
N_("no response from ncpd")   
)

◆ add() [6/6]

stringRep add ( rpcsfactory::FACERR_PROTVERSION  ,
N_("wrong protocol version")   
)