|
automotive-message-broker
0.14.803
|
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());
1.8.2