automotive-message-broker  0.14.803
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
/home/abuild/rpmbuild/BUILD/automotive-message-broker-0.15/lib/abstractpropertytype.h

BasicPropertyType is a typed property type. Most internal types are derived from this class

std::unique_ptr<BasicPropertyType<int>> boostPSI = new BasicPropertyType<int>("BoostPSI",5); boostPSI->priority = AbstractPropertyType::Instant; //set instant because we clean up right after. routingEngine->updateProperty(boostPSI.get(), sourceUuid());