JAPAn
Just Another Parity Analyzer
|
#include <GreenSock.h>
Data Fields | |
long | command_type |
long | command |
long | par1 |
long | par2 |
char * | reply |
char | message [GREEN_REQUEST_MSG_SIZE] |
Definition at line 30 of file GreenSock.h.
long greenRequest::command |
Definition at line 33 of file GreenSock.h.
Referenced by GreenSockCommand(), GreenMonster::SCNCheckStatus(), GreenMonster::SCNCheckValues(), GreenMonster::SCNSetStatus(), and GreenMonster::SCNSetValue().
long greenRequest::command_type |
Definition at line 32 of file GreenSock.h.
Referenced by GreenSockCommand(), GreenMonster::SCNCheckStatus(), GreenMonster::SCNCheckValues(), GreenMonster::SCNSetStatus(), and GreenMonster::SCNSetValue().
char greenRequest::message[GREEN_REQUEST_MSG_SIZE] |
Definition at line 37 of file GreenSock.h.
Referenced by GreenSockCommand(), GreenMonster::SCNCheckStatus(), GreenMonster::SCNCheckValues(), GreenMonster::SCNSetStatus(), and GreenMonster::SCNSetValue().
long greenRequest::par1 |
Definition at line 34 of file GreenSock.h.
Referenced by GreenSockCommand(), GreenMonster::SCNCheckStatus(), GreenMonster::SCNCheckValues(), GreenMonster::SCNSetStatus(), and GreenMonster::SCNSetValue().
long greenRequest::par2 |
Definition at line 35 of file GreenSock.h.
Referenced by GreenSockCommand(), GreenMonster::SCNCheckStatus(), GreenMonster::SCNCheckValues(), GreenMonster::SCNSetStatus(), and GreenMonster::SCNSetValue().
char* greenRequest::reply |
Definition at line 36 of file GreenSock.h.
Referenced by GreenSockCommand(), GreenMonster::SCNCheckStatus(), GreenMonster::SCNCheckValues(), GreenMonster::SCNSetStatus(), and GreenMonster::SCNSetValue().