Summary of Frame.
More...
#include <TimeSlice.hh>
Summary of Frame.
Definition at line 21 of file TimeSlice.hh.
◆ item_type
◆ Summary_Frame()
Summary_Frame::Summary_Frame |
( |
| ) |
|
|
inline |
◆ ~Summary_Frame()
virtual Summary_Frame::~Summary_Frame |
( |
| ) |
|
|
inlinevirtual |
◆ lcm_id()
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()
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()
const unsigned char Summary_Frame::data_type |
( |
| ) |
const |
|
inline |
get data type
- Returns
- data type
Definition at line 54 of file TimeSlice.hh.
◆ numberOfItems()
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==()
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!=()
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<()
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.
115 return ars_id_ <
object.ars_id_;
117 return lcm_id_ <
object.lcm_id_;
◆ operator+=()
operator +=
- Parameters
-
- Returns
- this summay frame
Definition at line 143 of file TimeSlice.hh.
145 if (*
this ==
object) {
◆ ClassDef()
◆ operator<<
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.
131 return out << setw(5) << (int)
object.
lcm_id_ <<
' '
132 << setw(2) << (int)
object.
ars_id_ <<
' '
◆ 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 file: