Quantum Leaps / qp Featured

Dependents:   qp_hangman qp_dpp qp_blinky

Embed: (wiki syntax)

« Back to documentation index

QEP Class Reference

QEP Class Reference

Provides miscellaneous QEP services. More...

#include <qp.h>

Static Public Member Functions

static char_t const Q_ROM
*Q_ROM_VAR 
getVersion (void)
 get the current QEP version number string

Detailed Description

Provides miscellaneous QEP services.

Definition at line 293 of file qp.h.


Member Function Documentation

char_t const Q_ROM *Q_ROM_VAR getVersion ( void   ) [static]

get the current QEP version number string

Returns:
version of the QEP as a constant 6-character string of the form x.y.zz, where x is a 1-digit major version number, y is a 1-digit minor version number, and zz is a 2-digit release number.

Definition at line 104 of file qp.cpp.