VLCB SDK
An opinionated SDK for VLCB protocol
|
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint8_t | VlcbManufacturer |
Enumerations | |
enum | VlcbManufacturer { VLCB_MANU_DEVELOPMENT = 13 , VLCB_MANU_MERG = 165 , VLCB_MANU_SPROG = 44 , VLCB_MANU_ROCRAIL = 70 , VLCB_MANU_SPECTRUM = 80 , VLCB_MANU_MERG_VLCB = 250 , VLCB_MANU_SYSPIXIE = 249 , VLCB_MANU_RME = 248 } |
typedef uint8_t VlcbManufacturer |
Manufacturer definitions
Here are definitions for all known MERG registered manufacturers.
Definition at line 10 of file manufacturer.h.
enum VlcbManufacturer |
Enumerator | |
---|---|
VLCB_MANU_DEVELOPMENT | Develoment mode manufacturer For manufacturers who don't have a manufacturer id yet or for lib developers during testing. Do not use in production! |
VLCB_MANU_MERG | |
VLCB_MANU_SPROG | |
VLCB_MANU_ROCRAIL | |
VLCB_MANU_SPECTRUM | http://animatedmodeler.com (Spectrum Engineering) |
VLCB_MANU_MERG_VLCB | range of MERG VLCB modules |
VLCB_MANU_SYSPIXIE | Konrad Orlowski |
VLCB_MANU_RME | http://rmeuk.com (Railway Modelling Experts Limited) |
Definition at line 11 of file manufacturer.h.