Aldebaran documentation
|
C++ Libraries
|
index
libqi-api
2.8.7.4
Main Page
Related Pages
Namespaces
Classes
Files
Examples
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Deprecated List
Member
qi::Application::Application
(const std::string &name, int &argc, char **&argv)
Use Application(int&, char**&, const std::string&, const std::string&)
Member
qi::ApplicationSession::start
()
since 2.5, use startSession instead
Member
qi::async
(boost::function< R()> callback, uint64_t usDelay)
use
qi::async
with
qi::Duration
use
qi::async
with
qi::Duration
use
qi::async
with
qi::Duration
use
qi::async
with
qi::Duration
Member
qi::async
(const Func &f, const ArgTrack &toTrack,...)
since 2.5
since 2.5
since 2.5
since 2.5
Member
qi::EventLoop::async
(const boost::function< R()> &callback, uint64_t usDelay)
use
qi::async
with
qi::Duration
Member
qi::EventLoop::join
()
EventLoop automatically joins when destroyed.
Member
qi::EventLoop::start
(int threadCount=0)
EventLoop automatically starts when constructed.
Member
qi::EventLoop::stop
()
EventLoop automatically stops when destroyed.
Member
qi::ExecutionContext::async
(const boost::function< void()> &callback,
qi::Duration
delay)=0
since 2.5
Member
qi::ExecutionContext::async
(const boost::function< R()> &callback,
qi::Duration
delay)
since 2.5
Member
qi::ExecutionContext::async
(const boost::function< R()> &callback,
qi::SteadyClockTimePoint
tp)
since 2.5
Member
qi::ExecutionContext::async
(const detail::Function< R()> &callback)
since 2.5
Member
qi::ExecutionContext::async
(const boost::function< void()> &callback,
qi::SteadyClockTimePoint
tp)=0
since 2.5
Member
qi::Future< T >::andThenR
(FutureCallbackType type, AF &&func)
since 2.5 use andThen()
Member
qi::Future< T >::andThenR
(AF &&func)
since 2.5 use andThen()
Member
qi::Future< T >::connectWithStrand
(
qi::Strand
*strand, const boost::function< void(const Future< T > &)> &cb)
since 2.5 use the overload with Strand&
Member
qi::Future< T >::isCancelable
() const
since 2.5
Member
qi::Future< T >::thenR
(FutureCallbackType type, AF &&func, Arg0 &&arg0, Args &&...args)
since 2.5 use then()
Member
qi::Future< T >::thenR
(FutureCallbackType type, AF &&func)
since 2.5 use then()
Member
qi::Future< T >::thenR
(AF &&func)
since 2.5 use then()
Member
qi::Future< T >::thenR
(AF &&func, Arg0 &&arg0, Args &&...args)
since 2.5 use then()
Class
qi::FutureBarrier< T >
since 2.4, use waitForAll
Member
qi::log::addLogHandler
(const std::string &name,
qi::log::logFuncHandler
fct,
qi::LogLevel
defaultLevel=LogLevel_Info)
1.24 use
qi::log::addHandler
Member
qi::log::logFuncHandler
1.24 use
qi::log::Handler
Member
qi::log::removeLogHandler
(const std::string &name)
1.24 use
qi::log::removeHandler
Member
qi::log::setCategory
(SubscriberId sub, const std::string &cat, qi::log::LogLevel level)
since 1.22. Use
qi::log::addFilter(const std::string&, qi::LogLevel, SubscriberId)
Member
qi::log::setVerbosity
(SubscriberId sub, const qi::log::LogLevel lv)
since 1.22. Use
qi::log::setLogLevel(const qi::LogLevel, SubscriberId)
Member
qi::log::Subscriber
1.22 Use
qi::log::SubscriberId
Member
qi::os::gettimeofday
(
qi::os::timeval
*tp)
since 2.4. Use
qi::SystemClock::now()
instead.
Member
qi::PeriodicTask::setUsPeriod
(
qi::int64_t
usPeriod)
since 2.3. Use setPeriod.
Member
qi::PromiseNoop
(qi::Promise< T > &)
since 2.5:
Member
qi::Strand::join
(std::nothrow_t)
QI_NOEXCEPT(true)
Use join() which is currently noexcept.
Member
qi::Trackable< T >::QI_API_DEPRECATED_MSG
(Use default constructor instead) Trackable(T *ptr)
Not required anymore, use the default constructor instead.
Member
QI_DISALLOW_COPY_AND_ASSIGN
(type)
Use boost::noncopyable instead.
Member
QI_REGISTER_TEMPLATE_OBJECT
(name,...)
since 2.3, use QI_TEMPLATE_OBJECT
Copyright Aldebaran Robotics