#include <TimeSlice.hh>
Definition at line 157 of file TimeSlice.hh.
◆ item_type
◆ ExtendedSummary_Frame()
ExtendedSummary_Frame::ExtendedSummary_Frame |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 179 of file TimeSlice.hh.
179 :
182 {}
unsigned short numberOfItemsOrg_
number of items original
Summary_Frame()
Default constructor.
◆ numberOfItemsOrg()
const unsigned short ExtendedSummary_Frame::numberOfItemsOrg |
( |
| ) |
const |
|
inline |
get number of items original
- Returns
- number of items
Definition at line 174 of file TimeSlice.hh.
◆ operator+=() [1/2]
operator +=
- Parameters
-
object | extended summary frame |
- Returns
- this extended summary frame
Definition at line 208 of file TimeSlice.hh.
209 {
210 if (*this == object) {
213 }
214 return *this;
215 }
unsigned short numberOfItems_
number of items
◆ ClassDef() [1/2]
◆ lcm_id()
const unsigned short Summary_Frame::lcm_id |
( |
| ) |
const |
|
inlineinherited |
get LCM idendifier
- Returns
- LCM identifier
Definition at line 42 of file TimeSlice.hh.
unsigned short lcm_id_
LCM identifier.
◆ ars_id()
const unsigned char Summary_Frame::ars_id |
( |
| ) |
const |
|
inlineinherited |
get ARS idendifier
- Returns
- ARS identifier
Definition at line 48 of file TimeSlice.hh.
unsigned char ars_id_
ARS identifier.
◆ data_type()
const unsigned char Summary_Frame::data_type |
( |
| ) |
const |
|
inlineinherited |
get data type
- Returns
- data type
Definition at line 54 of file TimeSlice.hh.
unsigned char data_type_
data type
◆ numberOfItems()
const unsigned short Summary_Frame::numberOfItems |
( |
| ) |
const |
|
inlineinherited |
get number of items
- Returns
- number of items
Definition at line 60 of file TimeSlice.hh.
◆ operator==()
const bool Summary_Frame::operator== |
( |
const Summary_Frame & | object | ) |
|
|
inlineinherited |
equal operator.
- Parameters
-
- Returns
- true if equals object; else false
Definition at line 83 of file TimeSlice.hh.
◆ operator!=()
const bool Summary_Frame::operator!= |
( |
const Summary_Frame & | object | ) |
const |
|
inlineinherited |
not-equal operator.
- Parameters
-
- Returns
- true if not equals object; else false
Definition at line 96 of file TimeSlice.hh.
◆ operator<()
const bool Summary_Frame::operator< |
( |
const Summary_Frame & | object | ) |
const |
|
inlineinherited |
less than operator.
- Parameters
-
- Returns
- true if less than object; else false
Definition at line 109 of file TimeSlice.hh.
110 {
114 else
115 return ars_id_ <
object.ars_id_;
116 else
117 return lcm_id_ <
object.lcm_id_;
118 }
◆ operator+=() [2/2]
operator +=
- Parameters
-
- Returns
- this summay frame
Definition at line 143 of file TimeSlice.hh.
144 {
145 if (*this == object) {
147 }
148
149 return *this;
150 }
◆ ClassDef() [2/2]
◆ operator<<
Print ASCII.
- Parameters
-
out | output stream |
object | Extended Summary frame |
- Returns
- output stream
Definition at line 191 of file TimeSlice.hh.
192 {
194
195 return out << setw(5) << (int)
object.
lcm_id_ <<
' '
196 << setw(2) << (int)
object.
ars_id_ <<
' '
200 }
◆ numberOfItemsOrg_
unsigned short ExtendedSummary_Frame::numberOfItemsOrg_ |
|
protected |
◆ lcm_id_
unsigned short Summary_Frame::lcm_id_ |
|
protectedinherited |
◆ ars_id_
unsigned char Summary_Frame::ars_id_ |
|
protectedinherited |
◆ data_type_
unsigned char Summary_Frame::data_type_ |
|
protectedinherited |
◆ numberOfItems_
unsigned short Summary_Frame::numberOfItems_ |
|
protectedinherited |
The documentation for this class was generated from the following file: