VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
manufacturer.h File Reference
#include <stdint.h>
Include dependency graph for manufacturer.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 Documentation

◆ VlcbManufacturer

typedef uint8_t VlcbManufacturer

Manufacturer definitions

Here are definitions for all known MERG registered manufacturers.

Definition at line 10 of file manufacturer.h.

Enumeration Type Documentation

◆ 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 

https://www.merg.co.uk

VLCB_MANU_SPROG 

https://www.sprog-dcc.co.uk/

VLCB_MANU_ROCRAIL 

http://www.rocrail.net

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.