#include "DCCpp.hpp"
Public Member Functions | |
FunctionsState () | |
void | clear () |
void | activate (byte inFunctionNumber) |
void | inactivate (byte inFunctionNumber) |
bool | isActivated (byte inFunctionNumber) |
This is a class to handle decoder functions. An instance of this class handle the status of the functions of one decoder. A function can be active or not.
void activate | ( | byte | inFunctionNumber | ) |
void inactivate | ( | byte | inFunctionNumber | ) |