25 rlPlcState(
int numInt=100,
int numFloat=100,
int numDouble=0,
const char *shared_memory=NULL);
44 void set(
int index,
int bit);
45 void clear(
int index,
int bit);
46 int isSet(
int index,
int bit);
47 int isClear(
int index,
int bit);
rlPlcState(int numInt=100, int numFloat=100, int numDouble=0, const char *shared_memory=NULL)
int intChanged(int index)
float deltaFloat(int index)
int floatChanged(int index)
int doubleChanged(int index)
float getFloat(int index)
int doubleHasDecreased(int index)
float getOldFloat(int index)
int isSet(int index, int bit)
int hasBeenSet(int index, int bit)
int floatHasDecreased(int index)
int intHasDecreased(int index)
double getOldDouble(int index)
int doubleHasIncreased(int index)
double getDouble(int index)
double deltaDouble(int index)
int hasBeenCleared(int index, int bit)
int floatHasIncreased(int index)
int isClear(int index, int bit)
int intHasIncreased(int index)
int hasBeenCleared(int bit)