X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fcan%2Fsignals.hpp;h=bf7799811233cf202cffca51458ef70ba78114ce;hb=0ff6413b6dc42849f87ce8caa17a91f44ede2f93;hp=5f14375307e3004c7e9c0642eea0db1f7572bb34;hpb=77a19477d3cb63b5af519853489cc90ead0a111b;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/can/signals.hpp b/low-can-binding/can/signals.hpp index 5f143753..bf779981 100755 --- a/low-can-binding/can/signals.hpp +++ b/low-can-binding/can/signals.hpp @@ -111,8 +111,6 @@ private: sign_t sign_; /* !< sign_ - if the data is signed it indicates the encode */ int32_t bit_sign_position_; /*!< bit_sign_position_ - The bit that indicates the sign of the signal in its CAN message*/ std::string unit_; /* !< unit_ - The unit of the data */ - bool bit_position_is_swapped_; /* ! parent); void set_received(bool r); void set_last_value(float val); void set_timestamp(uint64_t timestamp); void set_bit_position(uint32_t bit_position); - void bit_position_is_swapped_reverse(); };