YARP
Yet Another Robot Platform
binexparser.cpp File Reference
#include <yarp/manager/binexparser.h>
#include <yarp/os/Log.h>
#include <cstdio>
#include <cstring>
#include <iostream>
#include <fstream>
#include <string>
#include <algorithm>
#include <cmath>
#include <cinttypes>
#include <climits>
#include <cstddef>
+ Include dependency graph for binexparser.cpp:

Go to the source code of this file.

Macros

#define EXPNOT   '~'
 
#define EXPAND   '&'
 
#define EXPOR   '|'
 
#define IMPLY   ':'
 
#define PRECISION(max_value)   sizeof(max_value) * 8
 

Functions

bool isParentheses (char c)
 

Macro Definition Documentation

◆ EXPAND

#define EXPAND   '&'

Definition at line 24 of file binexparser.cpp.

◆ EXPNOT

#define EXPNOT   '~'

Definition at line 23 of file binexparser.cpp.

◆ EXPOR

#define EXPOR   '|'

Definition at line 25 of file binexparser.cpp.

◆ IMPLY

#define IMPLY   ':'

Definition at line 26 of file binexparser.cpp.

◆ PRECISION

#define PRECISION (   max_value)    sizeof(max_value) * 8

Definition at line 28 of file binexparser.cpp.

Function Documentation

◆ isParentheses()

bool isParentheses ( char  c)

Definition at line 158 of file binexparser.cpp.