Public Member Functions | Private Attributes | Friends | List of all members
XDriver::Payload Struct Reference
Inheritance diagram for XDriver::Payload:
Inheritance graph
[legend]

Public Member Functions

const XTimetime () const
 
const XTimetimeAwared () const
 
Talker< XDriver * > & onRecord ()
 
const Talker< XDriver * > & onRecord () const
 
- Public Member Functions inherited from XNode::Payload
bool isUIEnabled () const
 If true, operations are allowed by UI and scripts.
 
void setUIEnabled (bool var)
 
bool isDisabled () const
 
void disable ()
 
bool isRuntime () const
 
void setRuntime (bool var)
 
Talker< XNode * > & onUIFlagsChanged ()
 
const Talker< XNode * > & onUIFlagsChanged () const
 
- Public Member Functions inherited from Transactional::Node< XN >::Payload
XN & node () noexcept
 Points to the corresponding node.
 
const XN & node () const noexcept
 Points to the corresponding node.
 
int64_t serial () const noexcept
 
Transaction< XN > & tr () noexcept
 
virtual void catchEvent (const shared_ptr< XN > &, int)
 
virtual void releaseEvent (const shared_ptr< XN > &, int)
 
virtual void moveEvent (unsigned int, unsigned int)
 
virtual void listChangeEvent ()
 
- Public Member Functions inherited from atomic_countable
 atomic_countable (const atomic_countable &) noexcept
 
atomic_countableoperator= (const atomic_countable &)=delete
 

Private Attributes

XTime m_recordTime
 
XTime m_awaredTime
 
Talker< XDriver * > m_tlkOnRecord
 

Friends

class XDriver
 

Detailed Description

Definition at line 38 of file driver.h.

Member Function Documentation

const XTime& XDriver::Payload::time ( ) const
inline

Recorded time. It is a time stamp when a phenomenon occurred and recorded. Following analyses have to be based on this time. It is undefined if record is invalid.

Definition at line 43 of file driver.h.

const XTime& XDriver::Payload::timeAwared ( ) const
inline

A time stamp when an operator (ones) can see outputs. Manual operations (e.g. pushing a clear button) have to be based on this time. It is a time when a phenomenon starts if measurement is going on. It is a time when a record was read for a non-real-time analysis. It is undefined if record is invalid.

Definition at line 49 of file driver.h.

Member Data Documentation

XTime XDriver::Payload::m_awaredTime
private
See Also
timeAwared()

Definition at line 59 of file driver.h.

XTime XDriver::Payload::m_recordTime
private
See Also
time()

Definition at line 57 of file driver.h.


The documentation for this struct was generated from the following file:

Generated for KAME4 by  doxygen 1.8.3