![]() |
F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <cmake-build-debug/fpp-tools/src/docs/users-guide/examples/impl-abs-type/T.hpp>
Public Types | |
| enum | Constants { SERIALIZED_SIZE = sizeof(U32) } |
| typedef Fw::SerializeStatus | SS |
| typedef Fw::SerializeBufferBase | B |
Public Member Functions | |
| T () | |
| bool | operator== (const T &that) const |
| SS | serialize (B &b) const |
| serialize contents More... | |
| SS | deserialize (B &b) |
| deserialize to contents More... | |
Public Attributes | |
| U32 | x |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| destructor More... | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| destructor More... | |
| typedef Fw::SerializeBufferBase T::B |
| typedef Fw::SerializeStatus T::SS |
| enum T::Constants |