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 |
Default constructor.
Definition at line 65 of file 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()
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.
110 {
114 else
115 return ars_id_ <
object.ars_id_;
116 else
117 return lcm_id_ <
object.lcm_id_;
118 }
◆ operator+=()
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()
◆ 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.
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 file: