Prusa MINI Firmware overview
|
#include <M73_PE.h>
Public Member Functions | |
void | mSetValue (uint32_t nN, uint32_t nNow) |
uint32_t | mGetValue (void) |
void | mInit (void) |
bool | mIsActual (uint32_t nNow) |
bool | mIsActual (uint32_t nNow, uint16_t nPeriod) |
bool | mIsUsed (void) |
Protected Attributes | |
uint32_t | nValue |
uint32_t | nTime =0 |
bool | bIsUsed =false |
void ClValidityValue::mSetValue | ( | uint32_t | nN, |
uint32_t | nNow | ||
) |
uint32_t ClValidityValue::mGetValue | ( | void | ) |
bool ClValidityValue::mIsActual | ( | uint32_t | nNow | ) |
bool ClValidityValue::mIsActual | ( | uint32_t | nNow, |
uint16_t | nPeriod | ||
) |
bool ClValidityValue::mIsUsed | ( | void | ) |
|
protected |
|
protected |
|
protected |