#include <evarequestagent.h>
Inherits EvaPicOutPacket.
Inheritance diagram for EvaRequestAgentPacket:


Public Member Functions | |
| EvaRequestAgentPacket (const unsigned char *fileAgentToken, const unsigned short tokenLength) | |
| EvaRequestAgentPacket (const EvaRequestAgentPacket &rhs) | |
| virtual | ~EvaRequestAgentPacket () |
| EvaRequestAgentPacket & | operator= (const EvaRequestAgentPacket &rhs) |
| const unsigned int | getQunID () const |
| const unsigned char * | getMD5 () const |
| const std::string & | getFileName () const |
| const unsigned int | getImageLength () const |
| void | setQunID (const unsigned int id) |
| void | setMd5 (const unsigned char *value) |
| void | setImageLength (const unsigned short len) |
| void | setFileName (const std::string &name) |
| const unsigned char * | getFileAgentToken () const |
| const unsigned short | getTokenLength () const |
Protected Member Functions | |
| int | putBody (unsigned char *buf) |
Private Attributes | |
| unsigned int | qunID |
| unsigned char | md5 [16] |
| unsigned int | imageLength |
| std::string | fileName |
| unsigned char * | fileAgentToken |
| unsigned short | tokenLength |
Definition at line 27 of file evarequestagent.h.
|
||||||||||||
|
Definition at line 30 of file evarequestagent.cpp. References EvaPicPacket::cryptPosition, fileAgentToken, and tokenLength. |
|
|
Definition at line 39 of file evarequestagent.cpp. |
|
|
Definition at line 45 of file evarequestagent.cpp. References fileAgentToken. |
|
|
Definition at line 46 of file evarequestagent.h. References EvaPicPacket::fileAgentKey. Referenced by operator=(). |
|
|
Definition at line 37 of file evarequestagent.h. References fileName. Referenced by operator=(). |
|
|
Definition at line 38 of file evarequestagent.h. References imageLength. Referenced by operator=(). |
|
|
Definition at line 36 of file evarequestagent.h. References md5. Referenced by operator=(). |
|
|
Definition at line 35 of file evarequestagent.h. References qunID. Referenced by operator=(). |
|
|
Definition at line 47 of file evarequestagent.h. Referenced by operator=(). |
|
|
Definition at line 50 of file evarequestagent.cpp. References fileAgentToken, fileName, getFileAgentToken(), getFileName(), getImageLength(), getMD5(), getQunID(), getTokenLength(), imageLength, md5, qunID, and tokenLength. Here is the call graph for this function: ![]() |
|
|
Reimplemented from EvaPicOutPacket. Definition at line 67 of file evarequestagent.cpp. References EvaUtil::doMd5(), fileAgentToken, fileName, imageLength, md5, qunID, and tokenLength. Here is the call graph for this function: ![]() |
|
|
Definition at line 44 of file evarequestagent.h. References fileName. |
|
|
Definition at line 43 of file evarequestagent.h. References imageLength. |
|
|
Definition at line 62 of file evarequestagent.cpp. References md5. |
|
|
Definition at line 41 of file evarequestagent.h. References qunID. |
|
|
Definition at line 58 of file evarequestagent.h. Referenced by EvaRequestAgentPacket(), operator=(), putBody(), and ~EvaRequestAgentPacket(). |
|
|
Definition at line 56 of file evarequestagent.h. Referenced by getFileName(), operator=(), putBody(), and setFileName(). |
|
|
Definition at line 55 of file evarequestagent.h. Referenced by getImageLength(), operator=(), putBody(), and setImageLength(). |
|
|
Definition at line 54 of file evarequestagent.h. Referenced by getMD5(), operator=(), putBody(), and setMd5(). |
|
|
Definition at line 51 of file evarequestagent.h. Referenced by getQunID(), operator=(), putBody(), and setQunID(). |
|
|
Definition at line 59 of file evarequestagent.h. Referenced by EvaRequestAgentPacket(), operator=(), and putBody(). |
1.4.4