35   std::ostream& operator<<(std::ostream& os, 
const PollStatus& obj) {
 
   69       this->
e = 
static_cast<T>(es);
 
   77 #if FW_SERIALIZABLE_TO_STRING 
  100 #elif FW_ENABLE_TEXT_LOGGING 
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
 
@ POLL_OK
Poll successfully received data.
 
@ POLL_ERROR
Error received when polling.
 
@ POLL_RETRY
No data available, retry later.
 
I32 SerialType
The serial representation type.
 
PollStatus & operator=(const PollStatus &obj)
Copy assignment operator (object)
 
bool isValid() const
Check raw enum value for validity.
 
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
 
SerializeStatus deserialize(U8 &val)
deserialize 8-bit unsigned int
 
SerializeStatus serialize(U8 val)
serialize 8-bit unsigned int
 
void format(const CHAR *formatString,...)
write formatted string to buffer
 
const char * toChar() const
 
SerializeStatus
forward declaration for string
 
@ FW_DESERIALIZE_FORMAT_ERROR
Deserialization data had incorrect values (unexpected data types)
 
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.