feat(notify):notify can signal success
This commit is contained in:
Binary file not shown.
@@ -183,7 +183,7 @@ std::vector<byte_t> notifier_can5(void){
|
|||||||
bool epsilon_func(std::shared_ptr<vsomeip::payload> _old, std::shared_ptr<vsomeip::payload> _new)
|
bool epsilon_func(std::shared_ptr<vsomeip::payload> _old, std::shared_ptr<vsomeip::payload> _new)
|
||||||
{
|
{
|
||||||
// TODO: add your logic here to compare _old and _new
|
// TODO: add your logic here to compare _old and _new
|
||||||
return false;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user