|
plptools
|
#include "config.h"#include "rfsv.h"#include "rfsv16.h"#include "rfsv32.h"#include "rfsvfactory.h"#include "bufferstore.h"#include "tcpsocket.h"#include "Enum.h"#include <stdlib.h>#include <time.h>
Go to the source code of this file.
Functions | |
| stringRep | add (rfsvfactory::FACERR_NONE, N_("no error")) |
| stringRep | add (rfsvfactory::FACERR_COULD_NOT_SEND, N_("could not send version request")) |
| stringRep | add (rfsvfactory::FACERR_AGAIN, N_("try again")) |
| stringRep | add (rfsvfactory::FACERR_NOPSION, N_("no EPOC device connected")) |
| stringRep | add (rfsvfactory::FACERR_PROTVERSION, N_("wrong protocol version")) |
| stringRep | add (rfsvfactory::FACERR_NORESPONSE, N_("no response from ncpd")) |
| stringRep add | ( | rfsvfactory::FACERR_AGAIN | , |
| N_("try again") | |||
| ) |
| stringRep add | ( | rfsvfactory::FACERR_COULD_NOT_SEND | , |
| N_("could not send version request") | |||
| ) |
| stringRep add | ( | rfsvfactory::FACERR_NONE | , |
| N_("no error") | |||
| ) |
| stringRep add | ( | rfsvfactory::FACERR_NOPSION | , |
| N_("no EPOC device connected") | |||
| ) |
| stringRep add | ( | rfsvfactory::FACERR_NORESPONSE | , |
| N_("no response from ncpd") | |||
| ) |
| stringRep add | ( | rfsvfactory::FACERR_PROTVERSION | , |
| N_("wrong protocol version") | |||
| ) |