MagAO-X
Operations Applications Utilities Source
Todo List
Member flatlogs::stdFormat (bufferPtrT &logBuffer)
change to using a std::ios as input instead of only using std::cout
Member flatlogs::timespecX::operator= (const timespec &ts)
make this use minval and maxval
Class MagAOX::app::MagAOXApp< _useINDI >
do we need libMagAOX error handling? (a stack?)
Member MagAOX::app::MagAOXApp< _useINDI >::createINDIFIFOS ()
make driver FIFO path full configurable.
Member MagAOX::app::MagAOXApp< _useINDI >::execute ()
Need a heartbeat update here.
Member MagAOX::app::MagAOXApp< _useINDI >::handleNewProperty (const pcf::IndiProperty &ipRecv)

handle errors, are they FATAL?

log invalid NewProperty request, though it probably can't get this far.

log an error here because callBack should not be null

log invalid NewProperty request, though it probably can't get this far.

log an error here because callBack should not be null

Member MagAOX::app::MagAOXApp< _useINDI >::handleSetProperty (const pcf::IndiProperty &ipRecv)

handle errors, are they FATAL?

log an error here because callBack should not be null

log invalid SetProperty request.

log an error here because callBack should not be null

log invalid SetProperty request.

Member MagAOX::app::MagAOXApp< _useINDI >::registerIndiPropertyNew (pcf::IndiProperty &prop, const std::string &propName, const pcf::IndiProperty::Type &propType, const pcf::IndiProperty::PropertyPermType &propPerm, const pcf::IndiProperty::PropertyStateType &propState, int(*)(void *, const pcf::IndiProperty &))

needs error logging

needs exception handling

is a failure to register a FATAL error?

Member MagAOX::app::MagAOXApp< _useINDI >::registerIndiPropertySet (pcf::IndiProperty &prop, const std::string &devName, const std::string &propName, int(*)(void *, const pcf::IndiProperty &))

needs error logging

needs exception handling

is a failure to register a FATAL error?

Member MagAOX::app::propType ()
move propType to an INDI utils file, and document.
Member MagAOX::logger::flatbuffer_log::format (void *msgBuffer, const fbMessage &msg)
this is an unneccesary memcpy from the FlatBufferBuilder, we need to figure out how to not do this.
Member MagAOX::logger::logFileRaw::createFile (flatlogs::timespecX &ts)
handle case where file exists (only if another instance tries at same ns – pathological)
Class MagAOX::logger::logManager< logFileT >
document all the requirements of logFileT
Member MagAOX::logger::logManager< logFileT >::m_logQueue
Make these protected members, with appropriate access methods