AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
can_badge.hpp
Go to the documentation of this file.
1//================================================================================================
9//================================================================================================
10
11#ifndef CAN_BADGE_HPP
12#define CAN_BADGE_HPP
13
14namespace isobus
15{
16 //================================================================================================
25 //================================================================================================
26
28 template<typename T>
29 class CANLibBadge
30 {
31 private:
32 friend T;
34 CANLibBadge() = default;
35 };
37
38} // namespace isobus
39
40#endif // CAN_BADGE_HPP
This is a way to protect functions on public interfaces from being accessed by objects that shouldn't...
This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollu...