Skip to content
Snippets Groups Projects
  1. May 03, 2019
  2. Apr 30, 2019
  3. Apr 29, 2019
  4. Apr 28, 2019
  5. Apr 20, 2019
  6. Apr 15, 2019
  7. Oct 17, 2018
  8. Oct 22, 2017
  9. Apr 22, 2017
  10. Mar 29, 2017
  11. Mar 27, 2017
  12. Mar 26, 2017
  13. Mar 25, 2017
  14. Mar 24, 2017
  15. Mar 15, 2017
  16. Feb 18, 2017
  17. Feb 12, 2017
  18. Feb 10, 2017
  19. Feb 03, 2017
  20. Feb 01, 2017
  21. Jan 31, 2017
  22. Jan 30, 2017
  23. Jan 29, 2017
    • dawehr's avatar
      - Made continuity changes throughout code base to match the new commands.c/h · ee97f3e0
      dawehr authored
      - removed every use of the "subtype" term
      - made the "type" term 16 bits
      - made sure that every reference to a message type is 16 bits and used correctly
      - simplified commands enum names
      - implemented setcontrol callback function that switch on the controller and P, I, D, setpoint value to be set and then set them
      - partly implemented getcontrol callback function
      - NOTE: setpoint is a double. this causes some problems..
      - TODO: add setpoints for rate controllers
      - TODO: figure out what message ID I should send back when I get a getpid command
      ee97f3e0
  24. Jan 28, 2017
    • dawehr's avatar
      Added some comments in commands.c/h, callbacks.c/h · bb3e9dd7
      dawehr authored
      - Added a comment saying that we may not need the ID parameter on the MessageType Struct anymore.
      - Removed calls of the nature: "MessageTypes[TYPE_ID].ID" and replaced them with "TYPE_ID" because it is the same thing..
      - Added function comments in callbacks.c
      - Simplified the callbacks.c by having a more generic setval, getval, respval callback function instead of a billion of them for each PID value.
      bb3e9dd7
    • dawehr's avatar
      communication commands now builds but the new callbacks need to be implementded. · 328501be
      dawehr authored
      there is now no such thing as a message sub type. There is only a message type.
      this simplifies the commands struct greatly.
      the commands.c file was aprox 1400 lines and now it is about 150...
      328501be
Loading