F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Svc::CmdSequencerComponentImpl::Sequence::Record Class Reference

A sequence record. More...

#include <Svc/CmdSequencer/CmdSequencerImpl.hpp>

Public Types

enum  Descriptor { ABSOLUTE , RELATIVE , END_OF_SEQUENCE }
 

Public Member Functions

 Record ()
 Construct a Record object. More...
 

Public Attributes

Descriptor m_descriptor
 The descriptor. More...
 
Fw::Time m_timeTag
 The time tag. NOTE: timeBase and context not filled in. More...
 
Fw::ComBuffer m_command
 The command. More...
 

Detailed Description

A sequence record.

Definition at line 181 of file CmdSequencerImpl.hpp.

Member Enumeration Documentation

◆ Descriptor

Enumerator
ABSOLUTE 

Absolute time.

RELATIVE 

Relative time.

END_OF_SEQUENCE 

end of sequence

Definition at line 185 of file CmdSequencerImpl.hpp.

Constructor & Destructor Documentation

◆ Record()

Svc::CmdSequencerComponentImpl::Sequence::Record::Record ( )
inline

Construct a Record object.

Definition at line 194 of file CmdSequencerImpl.hpp.

Member Data Documentation

◆ m_command

Fw::ComBuffer Svc::CmdSequencerComponentImpl::Sequence::Record::m_command

The command.

Definition at line 209 of file CmdSequencerImpl.hpp.

◆ m_descriptor

Descriptor Svc::CmdSequencerComponentImpl::Sequence::Record::m_descriptor

The descriptor.

Definition at line 203 of file CmdSequencerImpl.hpp.

◆ m_timeTag

Fw::Time Svc::CmdSequencerComponentImpl::Sequence::Record::m_timeTag

The time tag. NOTE: timeBase and context not filled in.

Definition at line 206 of file CmdSequencerImpl.hpp.


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