Summary of Frame.
More...
#include <TimeSlice.hh>
◆ item_type
◆ Summary_Frame() [1/2]
Summary_Frame::Summary_Frame |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 65 of file build/antares-dataformat/TimeSlice.hh.
65 :
70 {}
unsigned short numberOfItems_
number of items
unsigned short lcm_id_
LCM identifier.
unsigned char data_type_
data type
unsigned char ars_id_
ARS identifier.
◆ ~Summary_Frame() [1/2]
virtual Summary_Frame::~Summary_Frame |
( |
| ) |
|
|
inlinevirtual |
◆ Summary_Frame() [2/2]
Summary_Frame::Summary_Frame |
( |
| ) |
|
|
inline |
◆ ~Summary_Frame() [2/2]
virtual Summary_Frame::~Summary_Frame |
( |
| ) |
|
|
inlinevirtual |
◆ lcm_id() [1/2]
const unsigned short Summary_Frame::lcm_id |
( |
| ) |
const |
|
inline |
◆ ars_id() [1/2]
const unsigned char Summary_Frame::ars_id |
( |
| ) |
const |
|
inline |
◆ data_type() [1/2]
const unsigned char Summary_Frame::data_type |
( |
| ) |
const |
|
inline |
◆ numberOfItems() [1/2]
const unsigned short Summary_Frame::numberOfItems |
( |
| ) |
const |
|
inline |
◆ operator==() [1/2]
const bool Summary_Frame::operator== |
( |
const Summary_Frame & | object | ) |
|
|
inline |
◆ operator!=() [1/2]
const bool Summary_Frame::operator!= |
( |
const Summary_Frame & | object | ) |
const |
|
inline |
◆ operator<() [1/2]
const bool Summary_Frame::operator< |
( |
const Summary_Frame & | object | ) |
const |
|
inline |
◆ operator+=() [1/2]
◆ ClassDef() [1/2]
◆ lcm_id() [2/2]
const unsigned short Summary_Frame::lcm_id |
( |
| ) |
const |
|
inline |
get LCM idendifier
- Returns
- LCM identifier
Definition at line 42 of file TimeSlice.hh.
◆ ars_id() [2/2]
const unsigned char Summary_Frame::ars_id |
( |
| ) |
const |
|
inline |
get ARS idendifier
- Returns
- ARS identifier
Definition at line 48 of file TimeSlice.hh.
◆ data_type() [2/2]
const unsigned char Summary_Frame::data_type |
( |
| ) |
const |
|
inline |
get data type
- Returns
- data type
Definition at line 54 of file TimeSlice.hh.
◆ numberOfItems() [2/2]
const unsigned short Summary_Frame::numberOfItems |
( |
| ) |
const |
|
inline |
get number of items
- Returns
- number of items
Definition at line 60 of file TimeSlice.hh.
◆ operator==() [2/2]
const bool Summary_Frame::operator== |
( |
const Summary_Frame & | object | ) |
|
|
inline |
equal operator.
- Parameters
-
- Returns
- true if equals object; else false
Definition at line 83 of file TimeSlice.hh.
◆ operator!=() [2/2]
const bool Summary_Frame::operator!= |
( |
const Summary_Frame & | object | ) |
const |
|
inline |
not-equal operator.
- Parameters
-
- Returns
- true if not equals object; else false
Definition at line 96 of file TimeSlice.hh.
◆ operator<() [2/2]
const bool Summary_Frame::operator< |
( |
const Summary_Frame & | object | ) |
const |
|
inline |
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<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const Summary_Frame & | object ) |
|
friend |
Print ASCII.
- Parameters
-
out | output stream |
object | Summary frame |
- Returns
- output stream
Definition at line 127 of file build/antares-dataformat/TimeSlice.hh.
128 {
130
131 return out << setw(5) << (int)
object.
lcm_id_ <<
' '
132 << setw(2) << (int)
object.
ars_id_ <<
' '
135 }
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const Summary_Frame & | object ) |
|
friend |
Print ASCII.
- Parameters
-
out | output stream |
object | Summary frame |
- Returns
- output stream
Definition at line 127 of file TimeSlice.hh.
128 {
130
131 return out << setw(5) << (int)
object.
lcm_id_ <<
' '
132 << setw(2) << (int)
object.
ars_id_ <<
' '
135 }
◆ lcm_id_
unsigned short Summary_Frame::lcm_id_ |
|
protected |
◆ ars_id_
unsigned char Summary_Frame::ars_id_ |
|
protected |
◆ data_type_
unsigned char Summary_Frame::data_type_ |
|
protected |
◆ numberOfItems_
unsigned short Summary_Frame::numberOfItems_ |
|
protected |
The documentation for this class was generated from the following files: