Digitalisierte Elektroverteilung zur permanenten Verbraucherüberwachung
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PublisherType.h 79B

1234567
  1. #pragma once
  2. enum class PublisherType {
  3. NA = 0,
  4. RCMS_BENDER,
  5. POWERCENTER
  6. };