mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-19 23:46:02 +01:00
merge issue with prog split
This commit is contained in:
parent
1b0d700009
commit
8522e05b13
4
DCC.h
4
DCC.h
@ -98,6 +98,8 @@ public:
|
|||||||
};
|
};
|
||||||
static LOCO speedTable[MAX_LOCOS];
|
static LOCO speedTable[MAX_LOCOS];
|
||||||
static int lookupSpeedTable(int locoId, bool autoCreate=true);
|
static int lookupSpeedTable(int locoId, bool autoCreate=true);
|
||||||
|
static byte cv1(byte opcode, int cv);
|
||||||
|
static byte cv2(int cv);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static byte loopStatus;
|
static byte loopStatus;
|
||||||
@ -109,8 +111,6 @@ private:
|
|||||||
static FSH *shieldName;
|
static FSH *shieldName;
|
||||||
static byte globalSpeedsteps;
|
static byte globalSpeedsteps;
|
||||||
|
|
||||||
static byte cv1(byte opcode, int cv);
|
|
||||||
static byte cv2(int cv);
|
|
||||||
static void issueReminders();
|
static void issueReminders();
|
||||||
static void callback(int value);
|
static void callback(int value);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user