BP.h 578 B

1234567891011121314151617181920212223242526
  1. /**
  2. * BP.h
  3. * Copyright (C) 2010 HAL, 2012 kbinani
  4. *
  5. * This file is part of vConnect-STAND.
  6. *
  7. * vConnect-STAND is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU GPL Lisence.
  9. *
  10. * v.Connect is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. */
  14. #ifndef __BP_h__
  15. #define __BP_h__
  16. namespace vconnect
  17. {
  18. struct BP
  19. {
  20. long tick;
  21. int value;
  22. };
  23. }
  24. #endif // __BP_h__