DUNE: Uniform Navigational Environment  2.6.0-rc1
Power::PSIMAR::Task Struct Reference

Public Member Functions

 Task (const std::string &name, Tasks::Context &ctx)
 
void onResourceAcquisition (void)
 
void onResourceRelease (void)
 
bool setPower (bool on)
 
void consume (const IMC::PowerChannelControl *msg)
 
void onMain (void)
 

Public Attributes

Hardware::ESCC * m_psu_escc
 
UCTK::Interface * m_psu_ctl
 
Arguments m_args
 

Constructor & Destructor Documentation

Power::PSIMAR::Task::Task ( const std::string &  name,
Tasks::Context &  ctx 
)
inline

Member Function Documentation

void Power::PSIMAR::Task::consume ( const IMC::PowerChannelControl *  msg)
inline
void Power::PSIMAR::Task::onMain ( void  )
inline
void Power::PSIMAR::Task::onResourceAcquisition ( void  )
inline
void Power::PSIMAR::Task::onResourceRelease ( void  )
inline

References m_psu_ctl, m_psu_escc, and setPower().

bool Power::PSIMAR::Task::setPower ( bool  on)
inline

References m_psu_ctl.

Referenced by consume(), and onResourceRelease().

Member Data Documentation

Arguments Power::PSIMAR::Task::m_args

Task arguments.

Referenced by consume(), onResourceAcquisition(), and Task().

UCTK::Interface* Power::PSIMAR::Task::m_psu_ctl

PSU handle.

Referenced by onResourceAcquisition(), onResourceRelease(), and setPower().

Hardware::ESCC* Power::PSIMAR::Task::m_psu_escc

PSU UART.

Referenced by onResourceAcquisition(), and onResourceRelease().

Collaboration diagram for Power::PSIMAR::Task:
Collaboration graph