automotive-message-broker  0.13.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
/home/abuild/rpmbuild/BUILD/automotive-message-broker-0.13/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());