#include <TimeSlice.hh>
◆ item_type
◆ ExtendedSummary_Frame() [1/2]
ExtendedSummary_Frame::ExtendedSummary_Frame |
( |
| ) |
|
|
inline |
◆ ExtendedSummary_Frame() [2/2]
ExtendedSummary_Frame::ExtendedSummary_Frame |
( |
| ) |
|
|
inline |
◆ numberOfItemsOrg() [1/2]
const unsigned short ExtendedSummary_Frame::numberOfItemsOrg |
( |
| ) |
const |
|
inline |
◆ operator+=() [1/3]
operator +=
- Parameters
-
object | extended summary frame |
- Returns
- this extended summary frame
Definition at line 208 of file build/antares-dataformat/TimeSlice.hh.
209 {
210 if (*this == object) {
213 }
214 return *this;
215 }
unsigned short numberOfItems_
number of items
◆ ClassDef() [1/3]
◆ numberOfItemsOrg() [2/2]
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+=() [2/3]
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 }
◆ ClassDef() [2/3]
◆ lcm_id() [1/2]
const unsigned short Summary_Frame::lcm_id |
( |
| ) |
const |
|
inlineinherited |
◆ lcm_id() [2/2]
const unsigned short Summary_Frame::lcm_id |
( |
| ) |
const |
|
inlineinherited |
get LCM idendifier
- Returns
- LCM identifier
Definition at line 42 of file TimeSlice.hh.
◆ ars_id() [1/2]
const unsigned char Summary_Frame::ars_id |
( |
| ) |
const |
|
inlineinherited |
◆ ars_id() [2/2]
const unsigned char Summary_Frame::ars_id |
( |
| ) |
const |
|
inlineinherited |
get ARS idendifier
- Returns
- ARS identifier
Definition at line 48 of file TimeSlice.hh.
◆ data_type() [1/2]
const unsigned char Summary_Frame::data_type |
( |
| ) |
const |
|
inlineinherited |
◆ data_type() [2/2]
const unsigned char Summary_Frame::data_type |
( |
| ) |
const |
|
inlineinherited |
get data type
- Returns
- data type
Definition at line 54 of file TimeSlice.hh.
◆ numberOfItems() [1/2]
const unsigned short Summary_Frame::numberOfItems |
( |
| ) |
const |
|
inlineinherited |
◆ numberOfItems() [2/2]
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==() [1/2]
const bool Summary_Frame::operator== |
( |
const Summary_Frame & | object | ) |
|
|
inlineinherited |
◆ operator==() [2/2]
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!=() [1/2]
const bool Summary_Frame::operator!= |
( |
const Summary_Frame & | object | ) |
const |
|
inlineinherited |
◆ operator!=() [2/2]
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<() [1/2]
const bool Summary_Frame::operator< |
( |
const Summary_Frame & | object | ) |
const |
|
inlineinherited |
◆ operator<() [2/2]
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+=() [3/3]
◆ ClassDef() [3/3]
◆ operator<< [1/2]
Print ASCII.
- Parameters
-
out | output stream |
object | Extended Summary frame |
- Returns
- output stream
Definition at line 191 of file build/antares-dataformat/TimeSlice.hh.
192 {
194
195 return out << setw(5) << (int)
object.
lcm_id_ <<
' '
196 << setw(2) << (int)
object.
ars_id_ <<
' '
200 }
◆ operator<< [2/2]
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 files: