| allowableFailures_ | Component | protected |
| avgCurrentWriter_ | Component | protected |
| avgVoltageWriter_ | Component | protected |
| Batt_Ocean_Server(const Module *module) | Batt_Ocean_Server | |
| Batt_Ocean_Server(const Batt_Ocean_Server &old) | Batt_Ocean_Server | private |
| batteryCapacityThreshold_ | Batt_Ocean_Server | private |
| batteryCapacityThresholdCfgReader_ | Batt_Ocean_Server | private |
| batteryChargeWriter_ | Batt_Ocean_Server | private |
| batteryDischargingWriter_ | Batt_Ocean_Server | private |
| batteryFullyChargedWriter_ | Batt_Ocean_Server | private |
| batteryVoltageThreshold_ | Batt_Ocean_Server | private |
| batteryVoltageThresholdCfgReader_ | Batt_Ocean_Server | private |
| batteryVoltageWriter_ | Batt_Ocean_Server | private |
| battPacks_ | Batt_Ocean_Server | private |
| battTimeout_ | Batt_Ocean_Server | private |
| BLOCK_COMPLETED enum value | Component | |
| BLOCK_CONTINUOUS enum value | Component | |
| BLOCK_NORMAL enum value | Component | |
| BLOCK_PERIODIC enum value | Component | |
| BLOCK_UNKNOWN enum value | Component | |
| capacityFailed_ | Batt_Ocean_Server | private |
| checkBatt(const float capacity, const float voltage) | Batt_Ocean_Server | private |
| COMPONENT_ASYNC enum value | Component | |
| COMPONENT_BEHAVIOR enum value | Component | |
| COMPONENT_CONFIG enum value | Component | |
| COMPONENT_SYNC enum value | Component | |
| ComponentState enum name | Component | |
| ComponentType enum name | Component | |
| CONFIG_FREQUENCY enum value | Component | protected |
| CONFIG_LATENCY enum value | Component | protected |
| CONFIG_POWER enum value | Component | protected |
| CONFIG_SIMULATE_HARDWARE enum value | Component | protected |
| ConfigOption enum name | Component | protected |
| configure() | Component | inlinevirtual |
| criticalFailureReported_ | Component | protected |
| currentWriter_ | Component | protected |
| CYCLE_CONTROL | SyncComponent | static |
| CYCLE_DERIVATION | SyncComponent | static |
| CYCLE_ESTIMATION | SyncComponent | static |
| CYCLE_INCREMENT | SyncComponent | static |
| CYCLE_LOGGER | SyncComponent | static |
| CYCLE_MISSION | SyncComponent | static |
| CYCLE_MISSION_MANAGER | SyncComponent | static |
| CYCLE_NAVIGATION | SyncComponent | static |
| CYCLE_REPEAT_OFFSET | SyncComponent | static |
| CYCLE_REPORTER | SyncComponent | static |
| CYCLE_SENSOR | SyncComponent | static |
| CYCLE_SERVO | SyncComponent | static |
| CYCLE_SIMULATOR | SyncComponent | static |
| CYCLE_STARTER | SyncComponent | static |
| CYCLE_TEST | SyncComponent | static |
| debugLevel_ | Component | protected |
| desiredPeriod_ | Component | protected |
| deviceResponseA_ | Batt_Ocean_Server | private |
| deviceResponseB_ | Batt_Ocean_Server | private |
| disableMetering(void) | Component | inline |
| DISCHARGING enum value | Batt_Ocean_Server | private |
| dt_ | Component | protected |
| durationOfLastRun_ | Component | protected |
| durationOfLastRunWriter_ | Component | protected |
| enabled_ | Component | protected |
| execute(void) | Component | virtual |
| failCount_ | Component | protected |
| failureMissionCritical_ | Component | protected |
| failureReported_ | Component | protected |
| failureType_ | Component | protected |
| failureUninitialized_ | Component | protected |
| FULLY_CHARGED enum value | Batt_Ocean_Server | private |
| FULLY_DISCHARGED enum value | Batt_Ocean_Server | private |
| getAllowableFailures(void) const | Component | inlinevirtual |
| getComponentType() | Component | inline |
| getConfigURI(ConfigOption configOption) const | Component | inlineprotectedvirtual |
| getConfigURI(ConfigOption configOption, ElementURI forElement) const | Component | inlineprotectedvirtual |
| getCriticalFailureReported(void) const | Component | inlinevirtual |
| getCycleOrder(void) | SyncComponent | inline |
| getDivisor() const | SyncComponent | inline |
| getFailCount(void) const | Component | inlinevirtual |
| getFailureReported(void) const | Component | inlinevirtual |
| getFailureType(void) const | Component | inlinevirtual |
| getLogger(void) | Component | inline |
| getModule() | Component | inline |
| getModulo() const | SyncComponent | inline |
| getName(void) const | Component | inline |
| getPauseTime() const | Component | inlineprotected |
| getPeriod(void) | Component | inline |
| getReaderList(void) | Component | |
| getRetryTimeout(void) const | Component | inlinevirtual |
| getRunState(void) | Component | inline |
| getSkippedRunsSinceFail(void) const | Component | inlinevirtual |
| getState(void) | Component | inline |
| getTimeOfLastRun(void) const | Component | inline |
| getWriterList(void) | Component | |
| getWriteTimestamp(void) | Component | inline |
| incrementFailCount(void) | Component | inlinevirtual |
| incrementSkippedRunsSinceFail(void) | Component | inlinevirtual |
| initialize() | Batt_Ocean_Server | virtual |
| INITIALIZED enum value | Batt_Ocean_Server | private |
| initialized_ | Batt_Ocean_Server | private |
| isActive() const | Component | |
| isCompleted(void) | Component | inlinevirtual |
| isFailed(void) const | Component | inlinevirtual |
| isFailureMissionCritical() | Component | inlinevirtual |
| isFailureUninitialized() | Component | inline |
| isRepeater() | SyncComponent | inline |
| isRepeating() | SyncComponent | inline |
| isUsingRunState() | Component | inline |
| logCurrent(float current, float averageCurrent) | Component | virtual |
| logger_ | Component | protected |
| logVoltage(float voltage, float averageVoltage) | Component | virtual |
| meteringEnabled_ | Component | protected |
| module_ | Component | protected |
| name_ | Component | protected |
| newBlobReader(const BlobURI &blobURI) | Component | |
| newBlobReaderFromUniversal(const Str &componentName, const UniversalBlobURI &blobURI) | Component | |
| newBlobWriter(const BlobURI &blobURI, Logger::TimePrecisionType timePrecision=Logger::TIME_PRECISION_MILLIS) | Component | |
| newConfigReader(const ConfigURI &configURI) | Component | |
| newDataReader(const DataURI &dataURI) | Component | |
| newDataReaderFromUniversal(const Str &componentName, const UniversalURI &universalURI) | Component | |
| newDataWriter(const DataURI &dataURI, Logger::TimePrecisionType timePrecision=Logger::TIME_PRECISION_MILLIS) | Component | |
| newUniversalBlobReader(const UniversalBlobURI &universalURI) | Component | |
| newUniversalBlobWriter(const UniversalBlobURI &universalURI, const Unit &accuracyUnit=Units::NONE, const float accuracy=DataElement::NO_ACCURACY, Logger::TimePrecisionType timePrecision=Logger::TIME_PRECISION_MILLIS) | Component | |
| newUniversalReader(const UniversalURI &universalURI) | Component | |
| newUniversalWriter(const UniversalURI &universalURI, const Unit &accuracyUnit=Units::NONE, const float accuracy=DataElement::NO_ACCURACY, Logger::TimePrecisionType timePrecision=Logger::TIME_PRECISION_MILLIS) | Component | |
| NO_RUN_STATE enum value | Component | |
| ok_ | Batt_Ocean_Server | private |
| OVER_CHARGED_ALARM enum value | Batt_Ocean_Server | private |
| OVER_TEMP_ALARM enum value | Batt_Ocean_Server | private |
| PAUSE enum value | Component | |
| pause() | Component | inlinevirtual |
| PAUSED enum value | Component | |
| paused() | Component | inlinevirtual |
| pauseTime_ | Component | protected |
| PAUSING enum value | Component | |
| pausing() | Component | inlinevirtual |
| persistentPause_ | Component | protected |
| readConfig(void) | Batt_Ocean_Server | private |
| readDataA() | Batt_Ocean_Server | private |
| readDataB() | Batt_Ocean_Server | private |
| readEEPROM(unsigned short &value, const unsigned char address) | Batt_Ocean_Server | private |
| readers_ | Component | protected |
| readTemperature(float &temperature) | Batt_Ocean_Server | private |
| readTransducers(float &roll, float &pitch, float &magHeading, float &rollRate, float &pitchRate, float &yawRate) | Batt_Ocean_Server | private |
| recoveringFromCritical_ | Component | protected |
| registerReader(DataReader *reader) | Component | |
| registerWriter(DataWriter *writer) | Component | |
| REMAINING_CAPACITY_ALARM enum value | Batt_Ocean_Server | private |
| REMAINING_TIME_ALARM enum value | Batt_Ocean_Server | private |
| requestData(bool requestingData) | Component | |
| requestPause(const Timespan expectedPauseTime) | Component | |
| requestResume() | Component | |
| requestStart() | Component | |
| requestStop() | Component | |
| resetFailCount(void) | Component | virtual |
| RESETTING enum value | Component | |
| resetting() | Component | inlinevirtual |
| RESUME enum value | Component | |
| resume() | Component | inlinevirtual |
| RESUMING enum value | Component | |
| resuming() | Component | inlinevirtual |
| retryTimeout_ | Component | protected |
| run() | Batt_Ocean_Server | virtual |
| RUNNABLE enum value | Component | |
| runnable() | Component | inlinevirtual |
| RunState enum name | Component | |
| SATISFIED enum value | Component | |
| satisfied() | Component | inlinevirtual |
| setAllowableFailures(int fails) | Component | inlinevirtual |
| setCriticalFailureReported(bool boolVal) | Component | inline |
| setDt(const Timespan &dt) | Component | protectedvirtual |
| setDurationOfLastRun(const Timespan &span) | Component | protectedvirtual |
| setEnabled(bool enabled=true) | Component | inlineprotectedvirtual |
| setFailure(FailureMode::FailType failureType) | Component | virtual |
| setFailureMissionCritical(bool failureMissionCritical) | Component | inlineprotectedvirtual |
| setFailureReported(bool boolVal) | Component | inline |
| setFailureUninitialized(bool boolVal) | Component | inline |
| setPeriod(const Timespan &period) | Component | inline |
| setRecoveringFromCritical(bool boolVal) | Component | inline |
| setRepeater(bool repeater) | SyncComponent | inlineprotected |
| setRepeating(bool repeating) | SyncComponent | inline |
| setRetryTimeout(const Timespan &timeout) | Component | inline |
| setRunState(const RunState runState) | Component | protected |
| setState(ComponentState state) | Component | inline |
| setTimeOfLastRun(const Timestamp &time) | Component | protectedvirtual |
| setTimeOfRun(const Timestamp &time) | Component | inlineprotectedvirtual |
| setWriteTimestamp(const Timestamp &writeTimestamp) | Component | inline |
| simulateHardware() | Component | protected |
| skippedRunsSinceFail_ | Component | protected |
| SMBStatus enum name | Batt_Ocean_Server | private |
| START enum value | Component | |
| start() | Component | inlinevirtual |
| STARTING enum value | Component | |
| starting() | Component | inlinevirtual |
| startTimeA_ | Batt_Ocean_Server | private |
| startTimeB_ | Batt_Ocean_Server | private |
| state_ | Component | protected |
| STOP enum value | Component | |
| stop() | Component | inlinevirtual |
| STOPPED enum value | Component | |
| stopped() | Component | inlinevirtual |
| stopping() | Component | inlinevirtual |
| STOPPING enum value | Component | |
| SyncSensorComponent(const Str &name, const Module *module, int divisor=1, int modulo=0) | SyncSensorComponent | inlineprotected |
| TERMINATE_CHARGE_ALARM enum value | Batt_Ocean_Server | private |
| TERMINATE_DISCHARGE_ALARM enum value | Batt_Ocean_Server | private |
| timeOfFailure_ | Component | protected |
| timeOfLastRun_ | Component | protected |
| timeOfRun_ | Component | protected |
| totalCapacityA_ | Batt_Ocean_Server | private |
| totalCapacityB_ | Batt_Ocean_Server | private |
| totalVoltageA_ | Batt_Ocean_Server | private |
| totalVoltageB_ | Batt_Ocean_Server | private |
| uartA_ | Batt_Ocean_Server | private |
| uartB_ | Batt_Ocean_Server | private |
| uninitialize() | Batt_Ocean_Server | virtual |
| unregisterReader(DataReader *reader) | Component | |
| unregisterWriter(DataWriter *writer) | Component | |
| usingSimWarned_ | Batt_Ocean_Server | private |
| voltageFailed_ | Batt_Ocean_Server | private |
| voltageWriter_ | Component | protected |
| writers_ | Component | protected |
| writeTimestamp_ | Component | protected |
| ~Batt_Ocean_Server() | Batt_Ocean_Server | virtual |
| ~Component() | Component | virtual |