Skip to content
Snippets Groups Projects
  1. Aug 07, 2019
  2. Aug 06, 2019
    • kongr45gpen's avatar
      Merge branch 'ECSS-ST13-split-function' into 'master' · b99cbfb1
      kongr45gpen authored
      ECSS ST13 Split Function
      
      **ECSS ST13 Split Function**  
      After the initial development of the ECSS ST13 Large Packet Transfer Service, it is time to * *drumroll* * add the required function that is used to split the Large Messages into smaller ones.  
      Currently it works with normal messages. However, the function should be changed in the future, perhaps with the addition of messages that are able to contain an amount of data larger than the current Message class can hold. Right now the Message::data can contain up to 1024 bytes. The max octet string size is 256. The testing was based on these numbers.
      
      **Things to consider about this Service && Function**
      *  A new class that fosters all the needs of a large message might be needed
      *  Sensors or any device that will produce any kind of data, might use this class, for the purposes of ignoring the data size limit imposed by the protocol
      
      See merge request acubesat/obc/ecss-services!37
      b99cbfb1
    • athatheo's avatar
      ECSS ST13 Split Function · 1640f47a
      athatheo authored
      1640f47a
  3. Jul 30, 2019
  4. May 04, 2019
  5. May 03, 2019
  6. Apr 23, 2019
  7. Apr 20, 2019
  8. Apr 17, 2019
  9. Apr 16, 2019
  10. Apr 15, 2019
  11. Apr 12, 2019
  12. Apr 11, 2019
  13. Apr 07, 2019
    • athatheo's avatar
      Fixed stuff from the review · d3970f2c
      athatheo authored
      - changed variable names
      - added breaks
      - corrected a comment
      - deleted explicit declaration of true/false in ifs
      - fixed a bug in tests caused by passing the message by reference
      d3970f2c
Loading