|
From: <to...@us...> - 2008-07-09 03:07:13
|
Revision: 269
http://gearbox.svn.sourceforge.net/gearbox/?rev=269&view=rev
Author: tobasco
Date: 2008-07-08 20:07:18 -0700 (Tue, 08 Jul 2008)
Log Message:
-----------
more docco after hardware test
Modified Paths:
--------------
gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserversystem.h
gearbox/trunk/submitted/gbxsmartbatteryacfr/smartbatteryacfr.dox
Modified: gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserversystem.h
===================================================================
--- gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserversystem.h 2008-07-08 03:59:24 UTC (rev 268)
+++ gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserversystem.h 2008-07-09 03:07:18 UTC (rev 269)
@@ -47,8 +47,8 @@
int minToEmpty;
std::string messageToSystem;
- //! Battery module states.
- //! Each vector is always of size 8 because OceanServer's MP08 battery management module has 8 slots
+ //! Battery module states. Each vector is always of size 8 because OceanServer's Battery
+ //! Management Modules have a maximum of 8 slots (either 2, 4, or 8 dependent on the model)
std::vector<bool> availableBatteries;
std::vector<bool> chargingStates;
std::vector<bool> supplyingPowerStates;
Modified: gearbox/trunk/submitted/gbxsmartbatteryacfr/smartbatteryacfr.dox
===================================================================
--- gearbox/trunk/submitted/gbxsmartbatteryacfr/smartbatteryacfr.dox 2008-07-08 03:59:24 UTC (rev 268)
+++ gearbox/trunk/submitted/gbxsmartbatteryacfr/smartbatteryacfr.dox 2008-07-09 03:07:18 UTC (rev 269)
@@ -52,12 +52,12 @@
- This is a Linux-only implementation (due to the Linux-only serial library).
- It works with those serial devices which @ref gbx_library_gbxserialacfr supports.
- The library is tailored to the OceanServer battery system.
-- Has been tested with the following hardware configuration: battery management module MP08SR, DC/DC converter module DC123SR, and a variable number of battery modules of type BA95HC-FL (can be added and removed at runtime)
+- Has been tested with Battery Management Modules MP08SR and BB04FR and a variable number of battery modules of type BA95HC-FL (individual modules can be added and removed at runtime).
- Has been tested with the following firmware: V2.10 (2007)
-@par MP08SR Layout
+@par MP08SR and BB04FR Layouts
-The battery number reported by the driver corresponds to the following connectors on the Battery Management Module board MP08SR:
+The battery number reported by the driver corresponds to the following connectors on the Battery Management Module boards (the BB04FR board only has the lower level whereas the MP08SR has both levels):
@verbatim
Level 1 (lower level):
@@ -82,6 +82,7 @@
- SmartBattery standard: http://sbs-forum.org/specs/
- OceanServer battery systems: http://www.ocean-server.com/overview.html
- OceanServer battery system manuals: http://www.ocean-server.com/download.html
+- OceanServer online store: http://www.oceanserver-store.com/
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|