mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-07-02 05:35:11 +00:00
update parser (#5)
This commit is contained in:
@@ -33,6 +33,9 @@ inline bool iequals(const std::string& rssLeft, const std::string& rssRight)
|
||||
return std::equal(rssLeft.begin(), rssLeft.end(), rssRight.begin(), rssRight.end(), ichar_equals);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Environment access class.
|
||||
*/
|
||||
class CSdvPackagerEnvironment
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user