updates for new API
This commit is contained in:
@ -45,6 +45,7 @@ class AcsController : public ExtendedControllerBase {
|
||||
PoolEntry<float> mgm3PoolVec = PoolEntry<float>(3);
|
||||
PoolEntry<float> imtqMgmPoolVec = PoolEntry<float>(3);
|
||||
PoolEntry<uint8_t> imtqCalActStatus = PoolEntry<uint8_t>();
|
||||
|
||||
void copyMgmData();
|
||||
|
||||
// Initial delay to make sure all pool variables have been initialized their owners
|
||||
|
Reference in New Issue
Block a user