gccDppConsole Test C++ SDK
20170920
DPP C++ Console Demonstration
|
#include <DP5Protocol.h>
Public Member Functions | |
CDP5Protocol (void) | |
~CDP5Protocol (void) | |
Public Attributes | |
short | InPacketType |
Inidicates the incoming packet type;. | |
unsigned char | PacketIn [24648] |
long | RS232BytesInBuffer |
Tracks the RS232 number of bytes in the input buffer. | |
long | RS232_RThreshold |
RS232 receive buffer threshold. | |
bool | RS232HeaderReceived |
RS232 header received indicator. | |
short | RS232PacketPtr |
Points to the current incoming data save position in the input buffer. | |
bool | ScaleAuto |
Auto plot scale indicator. | |
unsigned char | Scope [2048] |
Oscilloscope data buffer. | |
unsigned char | MiscData [512] |
Miscellaneous data buffer. | |
bool | CommError |
Communications error indicator. | |
unsigned char | BufferOUT [520] |
Output data buffer. | |
Spec | SPECTRUM |
Spectrum data buffer. | |
Packet_In | PIN |
Packet input buffer. | |
bool | ACK_Received |
ACK received indicator. | |
bool | Packet_Received |
Packet received indicator. | |
bool | Timeout_flag |
Communication timeout error indicator flag. | |
int | UDP_offset |
bool | Netfinder_active |
int | Netfinder_Seq |
bool | USB_Default_Timeout |
USB default timeout is the longest time period that the USB interface will wait for a transaction. |
Definition at line 302 of file DP5Protocol.h.
CDP5Protocol::CDP5Protocol | ( | void | ) |
Definition at line 3 of file DP5Protocol.cpp.
CDP5Protocol::~CDP5Protocol | ( | void | ) |
Definition at line 7 of file DP5Protocol.cpp.
ACK received indicator.
Definition at line 338 of file DP5Protocol.h.
unsigned char CDP5Protocol::BufferOUT[520] |
Output data buffer.
Definition at line 331 of file DP5Protocol.h.
Communications error indicator.
Definition at line 329 of file DP5Protocol.h.
Inidicates the incoming packet type;.
Definition at line 309 of file DP5Protocol.h.
unsigned char CDP5Protocol::MiscData[512] |
Miscellaneous data buffer.
Definition at line 327 of file DP5Protocol.h.
Definition at line 345 of file DP5Protocol.h.
Definition at line 346 of file DP5Protocol.h.
Packet received indicator.
Definition at line 340 of file DP5Protocol.h.
unsigned char CDP5Protocol::PacketIn[24648] |
Definition at line 311 of file DP5Protocol.h.
Packet input buffer.
Definition at line 335 of file DP5Protocol.h.
RS232 receive buffer threshold.
Definition at line 316 of file DP5Protocol.h.
Tracks the RS232 number of bytes in the input buffer.
Definition at line 314 of file DP5Protocol.h.
RS232 header received indicator.
Definition at line 318 of file DP5Protocol.h.
Points to the current incoming data save position in the input buffer.
Definition at line 320 of file DP5Protocol.h.
Auto plot scale indicator.
Definition at line 323 of file DP5Protocol.h.
unsigned char CDP5Protocol::Scope[2048] |
Oscilloscope data buffer.
Definition at line 325 of file DP5Protocol.h.
Spectrum data buffer.
Definition at line 333 of file DP5Protocol.h.
Communication timeout error indicator flag.
Definition at line 342 of file DP5Protocol.h.
Definition at line 344 of file DP5Protocol.h.
USB default timeout is the longest time period that the USB interface will wait for a transaction.
Definition at line 349 of file DP5Protocol.h.