Documents > BPS V2 C++ API
bps.h File Reference

Public include file for Bps class. More...

#include "bpscore_global.h"
#include <QVariant>
#include <QDateTime>
#include <QModelIndex>

Go to the source code of this file.

Classes

class  Bps
 Singleton Bps object as application global. More...

Defines

#define ASCII_ACK   char(6)
 acknowledge
#define ASCII_BEL   char(7)
 bell
#define ASCII_BS   char(8)
 backspace
#define ASCII_CAN   char(24)
 cancel
#define ASCII_CR   char(13)
 carriage return
#define ASCII_DC1   char(17)
 device control 1
#define ASCII_DC2   char(18)
 device control 2
#define ASCII_DC3   char(19)
 device control 3
#define ASCII_DC4   char(20)
 device control 4
#define ASCII_DLE   char(16)
 data link escape
#define ASCII_EM   char(25)
 end of medium
#define ASCII_ENQ   char(5)
 inquiry
#define ASCII_EOT   char(4)
 end of transmission
#define ASCII_ESC   char(27)
 escape
#define ASCII_ETB   char(23)
 end of transmission block
#define ASCII_ETX   char(3)
 end of text
#define ASCII_FF   char(12)
 form feed (new page)
#define ASCII_FS   char(28)
 file separator
#define ASCII_GS   char(29)
 group separator
#define ASCII_HT   char(9)
 horizontal tab
#define ASCII_LF   char(10)
 line feed (new line)
#define ASCII_NAK   char(21)
 negative acknowledge
#define ASCII_NUL   char(0)
 null
#define ASCII_RS   char(30)
 record separator
#define ASCII_SI   char(15)
 shift in
#define ASCII_SO   char(14)
 shift out
#define ASCII_SOH   char(1)
 start of heading
#define ASCII_STX   char(2)
 start of text
#define ASCII_SUB   char(26)
 substitute
#define ASCII_SYN   char(22)
 synchronous idle
#define ASCII_US   char(31)
 unit separator
#define ASCII_VT   char(11)
 vertical tab

Detailed Description

Public include file for Bps class.