NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
action Struct Reference

Public Member Functions

 action (action_type t, connection_hdl h)
 
 action (action_type t, connection_hdl h, server::message_ptr m)
 

Public Attributes

action_type type
 
websocketpp::connection_hdl hdl
 
server::message_ptr msg
 

Detailed Description

Definition at line 37 of file broadcast_server.cpp.

Constructor & Destructor Documentation

action::action ( action_type  t,
connection_hdl  h 
)
inline
action::action ( action_type  t,
connection_hdl  h,
server::message_ptr  m 
)
inline

Definition at line 39 of file broadcast_server.cpp.

Member Data Documentation

action_type action::type

Definition at line 42 of file broadcast_server.cpp.

Referenced by broadcast_server::process_messages().

Definition at line 43 of file broadcast_server.cpp.

Referenced by broadcast_server::process_messages().

server::message_ptr action::msg

Definition at line 44 of file broadcast_server.cpp.

Referenced by broadcast_server::process_messages().


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