Vector::BLF::LinSleepModeEvent(3) Library Functions Manual NAME Vector::BLF::LinSleepModeEvent - LIN_SLEEP. SYNOPSIS #include Inherits Vector::BLF::ObjectHeader. Public Types enum Flags : uint8_t { WasAwake = 0x01, IsAwake = 0x02, External = 0x04 } Public Types inherited from Vector::BLF::ObjectHeader enum ObjectFlags : uint32_t { TimeTenMics = 0x00000001, TimeOneNans = 0x00000002 } Public Member Functions void read (AbstractFile &is) override void write (AbstractFile &os) override uint32_t calculateObjectSize () const override Public Member Functions inherited from Vector::BLF::ObjectHeader ObjectHeader (const ObjectType objectType, const uint16_t objectVersion=0) void read (AbstractFile &is) override void write (AbstractFile &os) override uint16_t calculateHeaderSize () const override uint32_t calculateObjectSize () const override Public Member Functions inherited from Vector::BLF::ObjectHeaderBase ObjectHeaderBase (const uint16_t headerVersion, const ObjectType objectType) ObjectHeaderBase (const ObjectHeaderBase &)=default ObjectHeaderBase & operator= (const ObjectHeaderBase &)=default ObjectHeaderBase (ObjectHeaderBase &&)=default ObjectHeaderBase & operator= (ObjectHeaderBase &&)=default Public Attributes uint16_t channel {} application channel uint8_t reason {} uint8_t flags {} uint32_t reservedLinSleepModeEvent {} Public Attributes inherited from Vector::BLF::ObjectHeader uint32_t objectFlags {ObjectFlags::TimeOneNans} object flags uint16_t clientIndex {} client index of send node uint16_t objectVersion {0} object specific version uint64_t objectTimeStamp {} object timestamp Public Attributes inherited from Vector::BLF::ObjectHeaderBase uint32_t signature {ObjectSignature} signature (ObjectSignature) uint16_t headerSize {} sizeof object header uint16_t headerVersion {} header version (1) uint32_t objectSize {} object size ObjectType objectType {ObjectType::UNKNOWN} object type Detailed Description LIN_SLEEP. This info event occurs at the start of a measurement in order to report the initial state of the LIN hardware and every time the mode (awake/asleep) of LIN hardware changes. Member Enumeration Documentation enum Vector::BLF::LinSleepModeEvent::Flags : uint8_t Bit values for flags Enumerator WasAwake LIN 'was awake'. IsAwake LIN 'is awake'. External LIN 'external'. Member Function Documentation uint32_t Vector::BLF::LinSleepModeEvent::calculateObjectSize () const [override], [virtual] Calculates the objectSize Returns object size Reimplemented from Vector::BLF::ObjectHeaderBase. void Vector::BLF::LinSleepModeEvent::read (AbstractFile & is) [override], [virtual] Read the data of this object Parameters is input stream Reimplemented from Vector::BLF::ObjectHeaderBase. void Vector::BLF::LinSleepModeEvent::write (AbstractFile & os) [override], [virtual] Write the data of this object Parameters os output stream Reimplemented from Vector::BLF::ObjectHeaderBase. Member Data Documentation uint16_t Vector::BLF::LinSleepModeEvent::channel {} application channel Channel number where the event notified uint8_t Vector::BLF::LinSleepModeEvent::flags {} Bit mask with bit values as following: Bit 0 (LSB): Indicates the state of the LIN hardware before this event occurred: o 1: Awake o 0: Asleep Bit 1: Indicates the current state of the LIN hardware: o 1: Awake o 0: Asleep Bit 2: Indicates whether this event caused by external or internal event: o 1: External event o 0: Internal event uint8_t Vector::BLF::LinSleepModeEvent::reason {} This value indicates the reason for an event. Following values are possible: o 0: Start state Transition to Sleep mode o 1: Go-to-Sleep frame o 2: Bus Idle Timeout o 3: Silent SleepMode command (for shortening the BusIdle Timeout) Leaving Sleep mode: o 9: External Wakeup signal o 10: Internal Wakeup signal o 11: Bus traffic (can only occur if the LIN hardware does not have a Master function) LIN hardware does not go into Sleep mode in spite of request to do so: o 18: Bus traffic (can only occur if the LIN hardware does not have a Master function) uint32_t Vector::BLF::LinSleepModeEvent::reservedLinSleepModeEvent {} reserved Author Generated automatically by Doxygen for Vector BLF from the source code. Vector BLF Vector::BLF::LinSleepModeEvent(3)