#include "ax2550/ax2550.h"
#include <iostream>
#include <sstream>
#include <cstdio>
#include <cstdarg>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Functions | |
void | defaultInfo (const string &msg) |
bool | isAckOrNak (const string &token) |
bool | isAnEncoderMsg (const string &token) |
string | string_format (const string &fmt,...) |
void | tokenizer (const std::string &data, std::vector< TokenPtr > &tokens) |
void defaultInfo | ( | const string & | msg | ) | [inline] |
bool isAckOrNak | ( | const string & | token | ) | [inline] |
bool isAnEncoderMsg | ( | const string & | token | ) | [inline] |
string string_format | ( | const string & | fmt, |
... | |||
) | [inline] |