MsgArchStateData: Message

01 State data serialization. The receiving component shall use the provided coder object to serialize its data. If no exception occurred, mCodedOk shall be set to true.
02 After serializing the data, mFinishedSignal shall be set to signalled state.
[C++] This is done automatically during destruction.
03 The component that sent the message kept the references to the objects, awaits the finished signal and evaluates the boolean result.
[C#] A direct reference to the message object can be held as it can not be destructed.

Members

04
TypeNameDescription
CodermCoderCoder reference
SignalmFinishedSignalFinished signal
boolmCodedOkStatus reference

Constructor

05

[C++] MsgArchStateData(Coder &coder, Signal &finishedSignal, bool &codedOk);
[C#] MsgArchStateData(Coder coder, Signal finishedSignal)

06 Reference: net::semys::msg::Arch
Implementation: Semys Architecture
See Also: Message Group: Arch

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.