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