Classes | Namespaces | Defines | Typedefs
ax2550.h File Reference
#include <string>
#include <sstream>
#include <serial/serial.h>
#include <serial/utils/serial_listener.h>
Include dependency graph for ax2550.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ax2550::AX2550
class  ax2550::CommandFailedException
class  ax2550::ConnectionException
class  ax2550::SynchronizationException

Namespaces

namespace  ax2550

Defines

#define AX2550_THROW(exceptionClass, message)

Typedefs

typedef boost::function< void(const
std::string &)> 
ax2550::LoggingCallback
typedef boost::function< void()> ax2550::WatchDogCallback

Detailed Description

Author:
William Woodall <wjwwood@gmail.com>
Version:
0.1

LICENSE

The MIT License

Copyright (c) 2012 William Woodall

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

DESCRIPTION

This provides an interface to the ax2550 motor controller from Roboteq

Definition in file ax2550.h.


Define Documentation

#define AX2550_THROW (   exceptionClass,
  message 
)
Value:
throw \
  exceptionClass(__FILE__,__LINE__,(message))

Definition at line 45 of file ax2550.h.



ax2550
Author(s): William Woodall , Michael Carroll
autogenerated on Sat Jun 8 2019 18:26:02