|
DUDS
|
Distributed Update of Data from Something
|
Used as a parameter to constructors to specify that communication may change the length of the part. More...
#include <ConversationVector.hpp>
Used as a parameter to constructors to specify that communication may change the length of the part.
This is valid only for input. The length of the input should be set to the maximum that could be received. After communication, the part should be resized to the amount of received data. This resizing is normally handled by the communication code, such as I2C support, rather than the code that builds the conversation objects.
Definition at line 94 of file ConversationVector.hpp.