Fixposition SDK 0.0.0-heads/main-0-gde8559b
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
can.hpp File Reference

Fixposition SDK: CAN bus utilities. More...

#include <cstdint>
#include <string>
#include <vector>
#include <linux/can.h>
#include "types.hpp"
Include dependency graph for can.hpp:

Go to the source code of this file.

Classes

struct  fpsdk::common::can::CanFrame
 CAN frame abstraction for standard, extended and FD (and combinations thereof) CAN frames. More...
 
class  fpsdk::common::can::RawCan
 Raw CAN helper class using SocketCAN. More...
 

Namespaces

namespace  fpsdk
 Fixposition SDK.
 
namespace  fpsdk::common
 Fixposition SDK: Common library.
 
namespace  fpsdk::common::can
 CAN bus utilities.
 

Detailed Description

Fixposition SDK: CAN bus utilities.

* ___    ___
* \  \  /  /
*  \  \/  /   Copyright (c) Fixposition AG (www.fixposition.com) and contributors
*  /  /\  \   License: see the LICENSE file
* /__/  \__\
* 

Definition in file can.hpp.