doc improved
This commit is contained in:
parent
6069c64048
commit
e8fa9816ce
@ -44,12 +44,10 @@ class StorageManagerIF;
|
|||||||
* objects. It inherits SystemObject and thus can be created by the
|
* objects. It inherits SystemObject and thus can be created by the
|
||||||
* ObjectManagerIF.
|
* ObjectManagerIF.
|
||||||
*
|
*
|
||||||
* This class uses the opcode of ExecutableObjectIF to perform a step-wise execution.
|
* This class uses the opcode of ExecutableObjectIF to perform a
|
||||||
* For each step an RMAP action is selected and executed.
|
* step-wise execution. For each step a different action is selected and
|
||||||
* If data has been received (GET_READ), the data will be interpreted.
|
* executed. Currently, the device handler base performs a 4-step
|
||||||
* The action for each step can be defined by the child class but as most
|
* execution related to 4 communication steps (based on RMAP).
|
||||||
* device handlers share a 4-call (sendRead-getRead-sendWrite-getWrite) structure,
|
|
||||||
* a default implementation is provided.
|
|
||||||
* NOTE: RMAP is a standard which is used for Flying Laptop.
|
* NOTE: RMAP is a standard which is used for Flying Laptop.
|
||||||
* RMAP communication is not mandatory for projects implementing the FSFW.
|
* RMAP communication is not mandatory for projects implementing the FSFW.
|
||||||
* However, the communication principles are similar to RMAP as there are
|
* However, the communication principles are similar to RMAP as there are
|
||||||
|
Loading…
Reference in New Issue
Block a user