#include <rlplc.h>
Definition at line 59 of file rlplc.h.
void rlPlcMem::clear |
( |
int |
bit | ) |
|
double rlPlcMem::deltaDouble |
( |
| ) |
|
float rlPlcMem::deltaFloat |
( |
| ) |
|
int rlPlcMem::deltaInt |
( |
| ) |
|
int rlPlcMem::doubleChanged |
( |
| ) |
|
int rlPlcMem::doubleHasDecreased |
( |
| ) |
|
int rlPlcMem::doubleHasIncreased |
( |
| ) |
|
int rlPlcMem::floatChanged |
( |
| ) |
|
int rlPlcMem::floatHasDecreased |
( |
| ) |
|
int rlPlcMem::floatHasIncreased |
( |
| ) |
|
int rlPlcMem::hasBeenCleared |
( |
int |
bit | ) |
|
Definition at line 364 of file rlplc.cpp.
{
{
if((
i_old & bit) == 0)
return 0;
else return 1;
}
return 0;
}
int rlPlcMem::hasBeenSet |
( |
int |
bit | ) |
|
Definition at line 354 of file rlplc.cpp.
{
{
if(
i_old & bit)
return 0;
else return 1;
}
return 0;
}
int rlPlcMem::intChanged |
( |
| ) |
|
int rlPlcMem::intHasDecreased |
( |
| ) |
|
int rlPlcMem::intHasIncreased |
( |
| ) |
|
int rlPlcMem::isClear |
( |
int |
bit | ) |
|
int rlPlcMem::isSet |
( |
int |
bit | ) |
|
void rlPlcMem::rememberState |
( |
| ) |
|
void rlPlcMem::set |
( |
int |
bit | ) |
|
The documentation for this class was generated from the following files: