Loading ccsrc/Framework/params.hh +17 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,23 @@ public: //! \publicsection static const std::string& mac_dst; //! Destination MAC address parameter name static const std::string& mac_bc; //! Broadcast MAC address parameter name static const std::string& eth_type; //! Ethernet type parameter name static const std::string& beaconing; //! Beaconing mode parameter name static const std::string& station_type; static const std::string& country; static const std::string& type_of_address; static const std::string& ssp; //! SSP parameter name static const std::string& its_aid; //! ITS-AID parameter name static const std::string& gn_payload; //! GeoNetworking Payload parameter name static const std::string& gn_next_header; //! GeoNetworking NextHeader parameter name static const std::string& gn_header_type; //! GeoNetworking HeaderType parameter name static const std::string& gn_header_sub_type; //! GeoNetworking HeaderSubType parameter name static const std::string& gn_lifetime; //! GeoNetworking Lifetime parameter name static const std::string& gn_traffic_class; //! GeoNetworking Traffic class parameter name static const std::string& btp_type; //! BTP Type parameter name static const std::string& btp_payload; //! BTP Payload parameter name static const std::string& btp_destination_port; //! BTP DestinationPort parameter name static const std::string& btp_info; //! BTP Info parameter name static const std::string& nic; //! Network Interface Card parameter name static const std::string& ll_address; //! Test system GeoNetworking LL-Address parameter name static const std::string& latitude; //! Test system Latitude parameter name Loading Loading
ccsrc/Framework/params.hh +17 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,23 @@ public: //! \publicsection static const std::string& mac_dst; //! Destination MAC address parameter name static const std::string& mac_bc; //! Broadcast MAC address parameter name static const std::string& eth_type; //! Ethernet type parameter name static const std::string& beaconing; //! Beaconing mode parameter name static const std::string& station_type; static const std::string& country; static const std::string& type_of_address; static const std::string& ssp; //! SSP parameter name static const std::string& its_aid; //! ITS-AID parameter name static const std::string& gn_payload; //! GeoNetworking Payload parameter name static const std::string& gn_next_header; //! GeoNetworking NextHeader parameter name static const std::string& gn_header_type; //! GeoNetworking HeaderType parameter name static const std::string& gn_header_sub_type; //! GeoNetworking HeaderSubType parameter name static const std::string& gn_lifetime; //! GeoNetworking Lifetime parameter name static const std::string& gn_traffic_class; //! GeoNetworking Traffic class parameter name static const std::string& btp_type; //! BTP Type parameter name static const std::string& btp_payload; //! BTP Payload parameter name static const std::string& btp_destination_port; //! BTP DestinationPort parameter name static const std::string& btp_info; //! BTP Info parameter name static const std::string& nic; //! Network Interface Card parameter name static const std::string& ll_address; //! Test system GeoNetworking LL-Address parameter name static const std::string& latitude; //! Test system Latitude parameter name Loading