| 2234 | |
| 2235 | |
| 2236 | static void initStatic__ESeries() |
| 2237 | { |
| 2238 | Plugin* const p = new Plugin; |
| 2239 | pluginInstance__ESeries = p; |
| 2240 | |
| 2241 | const StaticPluginLoader spl(p, "ESeries"); |
| 2242 | if (spl.ok()) |
| 2243 | { |
| 2244 | p->addModel(modelE340); |
| 2245 | } |
| 2246 | } |
| 2247 | |
| 2248 | static void initStatic__ExpertSleepersEncoders() |
| 2249 | { |