Classes | Public Member Functions | Private Attributes | List of all members
can::BCMsocket Class Reference

#include <bcm.h>

Classes

struct  Message
 

Public Member Functions

 BCMsocket ()
 
bool init (const std::string &device)
 
void shutdown ()
 
template<typename DurationType >
bool startTX (DurationType period, Header header, size_t num, Frame *frames)
 
bool stopTX (Header header)
 
virtual ~BCMsocket ()
 

Private Attributes

int s_
 

Detailed Description

Definition at line 21 of file bcm.h.

Constructor & Destructor Documentation

◆ BCMsocket()

can::BCMsocket::BCMsocket ( )
inline

Definition at line 54 of file bcm.h.

◆ ~BCMsocket()

virtual can::BCMsocket::~BCMsocket ( )
inlinevirtual

Definition at line 113 of file bcm.h.

Member Function Documentation

◆ init()

bool can::BCMsocket::init ( const std::string &  device)
inline

Definition at line 56 of file bcm.h.

◆ shutdown()

void can::BCMsocket::shutdown ( )
inline

Definition at line 106 of file bcm.h.

◆ startTX()

template<typename DurationType >
bool can::BCMsocket::startTX ( DurationType  period,
Header  header,
size_t  num,
Frame frames 
)
inline

Definition at line 81 of file bcm.h.

◆ stopTX()

bool can::BCMsocket::stopTX ( Header  header)
inline

Definition at line 100 of file bcm.h.

Member Data Documentation

◆ s_

int can::BCMsocket::s_
private

Definition at line 22 of file bcm.h.


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


socketcan_interface
Author(s): Mathias Lüdtke
autogenerated on Mon Feb 28 2022 23:28:00