7 #ifndef Fw_TimePortAc_HPP 8 #define Fw_TimePortAc_HPP 13 #if !FW_DIRECT_PORT_CALLS 118 #if !FW_DIRECT_PORT_CALLS 174 #if FW_PORT_SERIALIZATION == 1 void addCallPort(InputTimePort *callPort)
Register an input port.
PlatformSizeType FwSizeType
Fw::Serializable::SizeType getCapacity() const override
Fw::SerializeStatus deserializePortArgs(Fw::SerialBufferBase &_buffer)
Deserialze port arguments into members.
static constexpr FwSizeType CAPACITY
SerializeStatus
forward declaration for string
U8 * getBuffAddr() override
void init()
Initialization function.
void invoke(Fw::Time &time) const
Invoke a port connection.
uint8_t U8
8-bit unsigned integer
const U8 * getBuffAddr() const override
PlatformIndexType FwIndexType
static Fw::SerializeStatus serializePortArgs(Fw::Time &time, Fw::SerialBufferBase &_buffer)
Serialize port arguments into a buffer.
Implementation of malloc based allocator.
OutputTimePort()
Constructor.
TimePortSerializer()
Constructor.