openc2lib.profiles.dumb.profile
Dumb profile for testing
8@oc2.extension(nsid = 'dumb') 9class Profile(oc2.Profile): 10 """ Dumb Profile 11 12 Defines the namespace identifier and the name of the SLPF Profile. 13 """ 14 nsid = 'x-dumb' 15 name = 'dumb-profile-for-testing'
Dumb Profile
Defines the namespace identifier and the name of the SLPF Profile.
base =
<class 'openc2lib.core.profile.Profile'>