Changed AnalogChannel to AnalogInput, added AnalogOutput for MXP

Change-Id: I863d89c61ff2cf4a7a3aeeca1296978e728758b6
This commit is contained in:
thomasclark
2014-06-12 18:07:45 -04:00
parent a46c246587
commit 3538e2c05c
32 changed files with 658 additions and 268 deletions

View File

@@ -53,7 +53,7 @@ AnalogModule::AnalogModule(uint8_t moduleNumber)
, m_moduleNumber(moduleNumber)
, m_ports()
{
for (uint32_t i = 0; i < kAnalogChannels; i++)
for (uint32_t i = 0; i < kAnalogInputs; i++)
{
void* port = getPortWithModule(moduleNumber, i);
int32_t status = 0;