|
LCC Fusion Project 1.0
LCC Automation
|
#include <FnByte.h>
Public Member Functions | |
| FnByte () | |
| uint8_t | get (uint8_t cab, uint8_t fn, SoundFnToggle fnToggle, Track track) |
| Updates Fn byte for use with DCC commands. More... | |
Private Types | |
| typedef CabFnByteStruct | CabFnByteQueueEntry_type |
| typedef std::vector< CabFnByteQueueEntry_type > | CabFnByteQueue_type |
|
private |
|
private |
|
inline |
Updates Fn byte for use with DCC commands.
| cab | DCC Cab number associated with the Fn |
| fn | Cab's FN number |
| fnToggle | indicates whether to toggle the sound related FN value on or off |
| track | indicates for whoch track the command is for; main, prog, both |
Definition at line 113 of file FnByte.h.
