QP/C
Functions | Variables
qep.c File Reference

QEP_reservedEvt_ definition and QEP_getVersion() implementation. More...

#include "qep_pkg.h"

Go to the source code of this file.

Functions

char_t const Q_ROM *Q_ROM_VAR QEP_getVersion (void)
 obtain the current QEP version number string

Variables

QEvt const QEP_reservedEvt_ []

Detailed Description

QEP_reservedEvt_ definition and QEP_getVersion() implementation.

Definition in file qep.c.


Function Documentation

char_t const Q_ROM* Q_ROM_VAR QEP_getVersion ( void  )

obtain 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 52 of file qep.c.

References QP_VERSION.


Variable Documentation

Initial value:
 {
    { (QSignal)QEP_EMPTY_SIG_, (uint8_t)0, (uint8_t)0 },
    { (QSignal)Q_ENTRY_SIG,    (uint8_t)0, (uint8_t)0 },
    { (QSignal)Q_EXIT_SIG,     (uint8_t)0, (uint8_t)0 },
    { (QSignal)Q_INIT_SIG,     (uint8_t)0, (uint8_t)0 }
}

preallocated reserved events

Definition at line 44 of file qep.c.