YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::os::NetType Class Reference

Various utilities related to types and formats. More...

#include <yarp/os/NetType.h>

Static Public Member Functions

static int netInt (const yarp::os::Bytes &code)
 
static bool netInt (int data, yarp::os::Bytes &code)
 
static unsigned long int getCrc (char *buf, size_t len)
 

Detailed Description

Various utilities related to types and formats.

Definition at line 24 of file NetType.h.

Member Function Documentation

◆ getCrc()

unsigned long NetType::getCrc ( char buf,
size_t  len 
)
static

Definition at line 100 of file NetType.cpp.

◆ netInt() [1/2]

int NetType::netInt ( const yarp::os::Bytes code)
static

Definition at line 27 of file NetType.cpp.

◆ netInt() [2/2]

bool NetType::netInt ( int  data,
yarp::os::Bytes code 
)
static

Definition at line 35 of file NetType.cpp.


The documentation for this class was generated from the following files: