
#ifndef COMMON_PARAMS
#define COMMON_PARAMS
#define OBSERVATION_RANGE 10:16
#define NUMBER_OF_SYMBOLS 10
#define MUX_STATE_SIZE 11

#define START_STATE_SIZE        6
#define NPN_STATE_SIZE          6
#define RESISTOR_STATE_SIZE     6
#define CAPACITOR_STATE_SIZE    6
#define BATTERY_STATE_SIZE      6
#define WIRE_STATE_SIZE         6
#define END_STATE_SIZE          2

#endif
